actions-marketplace-validations/Download Previous Workflows Artifacts

Used to download the artifacts from the workflow that triggered a workflow_run event.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
auth-tokenIf you are working in a private repo, you will need to specify the [GitHub secrets token](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)no${{ github.token }}
workflow-run-idThe ID of the workflow run that has the artifacts to download.yes${{ github.event.workflow_run.id }}

no outputs