Download and untar Action Artifacts from your Workflow Runs. Internally powered by GitHub's @actions/download-artifact action. This action uses @actions/download-artifact to download the tar file and untar it, preserving permissions on non-Windows platforms.
See also gha-upload-tar-artifact. For further documentation, refer to the @actions/download-artifact documentation.
- uses: thebrowsercompany/gha-upload-tar-artifact@main
with:
# Name of the artifact to download. If unspecified, defaults to `artifact`.
name:
# Destination path.
# Required.
path:
Name | Description | Example |
---|---|---|
Name | Description | Example |
- | - | - |
download-path |
Absolute path where the artifact(s) were downloaded | /tmp/my/download/path |