diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4b71147..5c4ff0fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Upload the fuzzer output - name: Archive fuzz tar - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 with: name: fuzz_tar path: fuzz.tar @@ -77,7 +77,7 @@ jobs: fuzz-seconds: 120 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 if: failure() with: name: artifacts