thebrowsercompany/Download and untar an artifact, preserving permissions

Download a build artifact that was previously uploaded in the workflow by the gha-upload-tar-artifact action, with permissions preserved.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameThe name of the artifact to download.yesartifact
pathDestination path. Defaults to $GITHUB_WORKSPACE.${{ github.workspace }}
github-tokenGitHub token used to download artifacts.${{ github.token }}
run-idThe id of the workflow run where the desired download artifact was uploaded from. If unspecified, the current run is used.${{ github.run_id }}
outputs

no outputs