From f063bdcbdea1972bf5422e822904fa286b6237f9 Mon Sep 17 00:00:00 2001 From: starr-openai Date: Tue, 12 May 2026 15:47:20 -0700 Subject: [PATCH] Pin nextest archive download action Co-authored-by: Codex --- .github/workflows/rust-ci-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci-full.yml b/.github/workflows/rust-ci-full.yml index 36da6ae318..4999157fbd 100644 --- a/.github/workflows/rust-ci-full.yml +++ b/.github/workflows/rust-ci-full.yml @@ -708,7 +708,7 @@ jobs: tool: nextest version: 0.9.103 - name: Download nextest archive - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: nextest-archive-${{ env.TEST_TARGET }} path: ${{ runner.temp }}/nextest-archive