actions-marketplace-validations/Download Artifact on workflow_run event
A GitHub Action to download a single artifact from a workflow run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of artifact. | yes | — |
| path | Downloaded artifact archive will be extracted to this destination. Default is artifact name. | no | — |
| remove-archive | Remove downloaded artifact archive. | no | true |
| remove-extracted-files | Remove extracted artifact content. It will be still accessible by Action outputs. | no | true |
| delete-artifact | Delete downloaded artifact from GitHub. | no | false |
| run-id | Set workflow_run id, This defaults to {{ github.event.workflow_run.id }} | no | ${{ github.event.workflow_run.id }} |
| token | GitHub token used access GitHub API. | no | ${{ github.token }} |
Outputs
no outputs