diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b6641c..3e956f7a 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@v3 + uses: actions/upload-artifact@v4 with: name: fuzz_tar path: fuzz.tar @@ -80,7 +80,7 @@ jobs: fuzz-seconds: 120 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts