actions-marketplace-validations/Download base artifact

Download the base artifact for the current workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 24, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/andrewiggins_download-base-artifact@6e60998db346a1acaee4b470b4142d00dfc979ee # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenThe GITHUB_TOKEN for the current workflow runno${{github.token}}
workflowThe workflow file name that generates the desired artifact. Defaults to the current workflow.no
artifactThe name of the artifact to downloadyes
pathThe path to download the artifact to. Defaults to the current working directory.no
requiredIf required, this action will fail if a matching artifact cannot be foundnotrue
baseRefThe git ref that contains the base commit whose artifact is to be downloadedno
baseShaThe git commit SHA whose artifact for the given workflow should be downloadedno

no outputs