actions-marketplace-validations/Fetch Github Release Asset

Downloads an asset from a Github release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 26, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/dsaltares_fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repoThe `org/repo` containing the release.no""
versionThe release version to fetch from in the form `tags/<tag_name>` or `<release_id>`.nolatest
fileThe name of the file to be downloaded.yes
targetTarget file path.no
tokenThe GitHub token. Typically this will be secrets.GITHUB_TOKENno${{ github.token }}
regexUse regex for file inputnofalse
octokitBaseUrlThe Github API base URL. Useful if you are using Github Enterprise.no
namedescription
versionThe version of the release or tag
nameThe name of the release
bodyThe body of the release