From c9ec76276df005b18def93a30fa7b3e4379be390 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Sun, 28 Dec 2025 18:19:42 +0300 Subject: [PATCH] ci: Pin download-artifact actions sha Also bumps download-artifact to v7.0.0. (cherry picked from commit c54af23b4109252513bd90a302f111571c532e14) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d70af6f6..5d681a0f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer tarball - uses: actions/download-artifact@v6 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: installer-${{matrix.os}} path: out @@ -288,7 +288,7 @@ jobs: repository: NixOS/flake-regressions-data path: flake-regressions/tests - name: Download installer tarball - uses: actions/download-artifact@v7 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: installer-linux path: out