actions-marketplace-validations/Download workflow artifact (@qiwi)

Download and extract an artifact associated with given workflow and commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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
search_depthLimit search depth. 0 means no limit. Default is 0.no
skip_unpackChoose to skip unpacking the downloaded artifact(s)no
dry_runCheck the existence of artifact(s) without downloading.no
nothrowDo not throw an error if artifact(s) not found.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.
artifact_lengthThe length of the found artifacts array.
artifact_hitBoolean output which is true if the artifact(s) was found and false otherwise.