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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the artifact to download. | yes | artifact |
| path | Destination path. Defaults to $GITHUB_WORKSPACE. | — | ${{ github.workspace }} |
| github-token | GitHub token used to download artifacts. | — | ${{ github.token }} |
| run-id | The id of the workflow run where the desired download artifact was uploaded from. If unspecified, the current run is used. | — | ${{ github.run_id }} |
| outputs | — | — | — |
Outputs
no outputs