actions-marketplace-validations/Fetch Github Release Assets
Downloads multiple assets from a Github release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 2, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/itsblue_download-release-assets-action@8033582b96241f77e3d9644b0d03d26ba9fa9dcf # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | org/repo to download from | no | "" |
| version | Version of the release to download from | no | latest |
| file | Pattern of the files in the release to download (regex) | yes | — |
| token | Optional Personal Access Token to access external repository | no | "" |
| path | Output path for the downloaded files | no | . |
Outputs
| name | description |
|---|---|
| version | The version of the release or tag |