Pin and update release downloader action

This commit is contained in:
Matthew Evans
2025-03-22 13:47:42 +00:00
parent 3c1446ff07
commit 1d913dd2f1

View File

@@ -38,12 +38,10 @@ jobs:
# care should be taken to also test new files locally first
# Tests missing these files in the CI should still fail.
- name: Download static files from last release for testing
uses: robinraju/release-downloader@v1
uses: robinraju/release-downloader@v1.12
with:
latest: true
tarBall: false
fileName: "galvani-*.gz"
zipBall: false
tarBall: true
out-file-path: /home/runner/work/last-release
extract: true