diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9acc79..6d19489 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - run: cargo fuzz run --target x86_64-unknown-linux-gnu ${{ matrix.fuzz_target }} -- -max_total_time=${{ env.FUZZ_TIME }} # Upload fuzzing artifacts on failure for post-mortem debugging. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: fuzzing-artifacts-${{ matrix.fuzz_target }}-${{ github.sha }}