pytooling/📥 Download Artifact(s) (Preserve File Permissions)

Download the artifact(s) with preserved file privileges which were previously uploaded by the 'upload-artifact' action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 20, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: pytooling/download-artifact@a10014272d50f40f92a2b541622da7ccfe22c8ff # v1.10.0

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

namedescriptionrequireddefault
nameName of the artifact to download. If unspecified, all artifacts for the run are downloaded. no—
pathDestination path. Supports basic tilde expansion. Default is $GITHUB_WORKSPACE no.
patternA glob pattern to the artifacts that should be downloaded. Ignored if name is specified. no—
merge-multipleWhen multiple artifacts are matched, this changes the behavior of the destination directories. If true, the downloaded artifacts will be in the same directory specified by path. If false, the downloaded artifacts will be extracted into individual named directories within the specified path. nofalse
github-tokenThe GitHub token used to authenticate with the GitHub API. This is required when downloading artifacts from a different repository or from a different workflow run. If unspecified, the action will download artifacts from the current repo and the current workflow run. no—
repositoryThe repository owner and the repository name joined together by "/". If github-token is specified, this is the repository that artifacts will be downloaded from. no${{ github.repository }}
run-idThe id of the workflow run where the desired download artifact was uploaded from. If github-token is specified, this is the run that artifacts will be downloaded from. no${{ github.run_id }}
tarball-nameFilename of the embedded tarball. no__pyTooling_upload_artifact__.tar
investigatePrint downloaded artifact's content. nofalse
namedescription
download-pathAbsolute path where the artifact(s) were downloaded.