github_download_artifacts
Retrieve pre-signed download URLs for GitHub Actions workflow artifacts, including artifact names and sizes, by specifying owner, repository, and run ID.
Instructions
List and get download URLs for artifacts produced by a workflow run. Returns artifact names, sizes, and pre-signed download URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| runId | Yes | Workflow run ID | |
| artifactId | No | Specific artifact ID to get download URL for. Omit to list all artifacts. |