actions-marketplace-validations/Safe download workflow artifact
Download and extract an artifact associated with given workflow and commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 13, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/legit-labs_action-download-artifact@680fe53a9872e1904c313d597a5ca86b5e221e91 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | no | ${{github.token}} |
| workflow | Workflow name | yes | — |
| workflow_conclusion | Wanted status or conclusion to search for in recent runs https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#list-workflow-runs | no | success |
| repo | Repository name with owner (like actions/checkout) | no | ${{github.repository}} |
| pr | Pull request number | no | — |
| commit | Commit hash | no | — |
| branch | Branch name | no | — |
| event | Event type | no | — |
| run_id | Workflow run id | no | — |
| run_number | Workflow run number | no | — |
| name | Artifact name (download all artifacts if not specified) | no | — |
| path | Where to unpack the artifact | no | ./artifacts |
| check_artifacts | Check workflow run whether it has an artifact | no | — |
| search_artifacts | Search workflow runs for artifact with specified name | no | — |
Outputs
| name | description |
|---|---|
| error_message | The error message, if an error occurs |