actions-marketplace-validations/Download base artifact
Download the base artifact for the current workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 24, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/andrewiggins_download-base-artifact@6e60998db346a1acaee4b470b4142d00dfc979ee # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GITHUB_TOKEN for the current workflow run | no | ${{github.token}} |
| workflow | The workflow file name that generates the desired artifact. Defaults to the current workflow. | no | — |
| artifact | The name of the artifact to download | yes | — |
| path | The path to download the artifact to. Defaults to the current working directory. | no | — |
| required | If required, this action will fail if a matching artifact cannot be found | no | true |
| baseRef | The git ref that contains the base commit whose artifact is to be downloaded | no | — |
| baseSha | The git commit SHA whose artifact for the given workflow should be downloaded | no | — |
Outputs
no outputs