bjhale/download-prior-artifact-action
Downloads artifact from the previous workflow run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 9, 2024
- License
- None
Pinned Snippet
uses: bjhale/download-prior-artifact@baf9c24746dc61c2df541be0033f3a5edf1b4bb3 # 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 | The github token to use for authentication | yes | — |
| repository | The owner/repository to download the artifact from | yes | — |
| artifact_name | The name of the artifact to download | no | — |
| minimum_age | The minimum age of the artifact to download in hours | no | — |
| directory | The directory to extract the artifact to. Default: artifact | no | — |
Outputs
no outputs