actions-marketplace-validations/Download Artifact on workflow_run event

A GitHub Action to download a single artifact from a workflow run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameName of artifact.yes
pathDownloaded artifact archive will be extracted to this destination. Default is artifact name.no
remove-archiveRemove downloaded artifact archive.notrue
remove-extracted-filesRemove extracted artifact content. It will be still accessible by Action outputs.notrue
delete-artifactDelete downloaded artifact from GitHub.nofalse
run-idSet workflow_run id, This defaults to {{ github.event.workflow_run.id }}no${{ github.event.workflow_run.id }}
tokenGitHub token used access GitHub API.no${{ github.token }}

no outputs