diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b577b442bfc..c2181f7f2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: run: ./scripts/nextest-without-rustup.sh run --profile ci - name: Upload nextest binary - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: cargo-nextest-${{ matrix.os }}-${{ matrix.rust-version }} path: | @@ -188,7 +188,7 @@ jobs: # Upload the archive for use in the next job. - name: Upload archive - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: fixture-archive path: target/fixture-archive.tar.zst