actions-marketplace-validations/Download multiple workflow artifacts
An action that downloads and extracts multiple uploaded artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | no | ${{github.token}} |
| workflow | Workflow name | yes | — |
| repo | Repository name with owner (like actions/checkout) | no | ${{github.repository}} |
| pr | Pull request number | no | — |
| commit | Commit hash | no | — |
| branch | Branch name | no | — |
| event | Event type | no | — |
| names | Artifact name (download all artifacts in not specified) | yes | — |
| paths | Where to unpack the artifact | yes | ./ |
Outputs
no outputs