actions-marketplace-validations/Download workflow artifact (sidx1024)

Download and extract an artifact associated with given workflow and commit

View on GitHub

Trust Signals

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

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sidx1024_action-download-artifact@3e1ac9f9f54f262fee817a405dd36731123aa5e1 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
github_tokenGitHub tokenno${{github.token}}
workflowWorkflow nameyes
workflow_conclusionWanted status or conclusion to search for in recent runs https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#list-workflow-runs nosuccess
repoRepository name with owner (like actions/checkout)no${{github.repository}}
prPull request numberno
commitCommit hashno
branchBranch nameno
eventEvent typeno
run_idWorkflow run idno
run_numberWorkflow run numberno
nameArtifact name (download all artifacts if not specified)no
pathWhere to unpack the artifactno./
check_artifactsCheck workflow run whether it has an artifactno
search_artifactsSearch workflow runs for artifact with specified nameno
skip_unpackChoose to skip unpacking the downloaded artifact(s)no
dry_runCheck the existence of artifact(s) without downloading.no
namedescription
error_messageThe error message, if an error occurs
dry_runBoolean output which is true if the dry run was successful and false otherwise.