actions-marketplace-validations/Download Latest Release Zip
Downloads the latest release zip from another repository for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 27, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/creesch_github-latest-release-zip@70ff4c320b2333e1e241c04c09259ca9fafbdb7f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The Github user or organization that owns the repository | yes | — |
| repo | The repository name | yes | — |
| downloadPath | Path where the zip needs to be save. Should only be directories and not end in a filename | — | ./ |
Outputs
| name | description |
|---|---|
| filename | Name of the downloaded zip file |
| name | Name of the release |
| tag_name | Tag for the release |
| body | Markdown body for the release on the github release page |
| html_url | Url to the github release page |