cloudbees-days/github-get-artifact
Download an artifact from a GitHub Actions workflow run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-api-url | GitHub API URL | no | https://api.github.com |
| github-token | GitHub token with repo access | yes | — |
| org-name | GitHub organization or user name | yes | — |
| repo-name | GitHub repository name | yes | — |
| run-id | GitHub Actions workflow run ID | yes | — |
| artifact-name | Name of the artifact to download | yes | — |
Outputs
| name | description |
|---|---|
| file-contents | Contents of the downloaded file |