From 1d913dd2f1f208c2e89ef26c6b2330c6c14e2d7d Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Sat, 22 Mar 2025 13:47:42 +0000 Subject: [PATCH] Pin and update release downloader action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30f650..74640f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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