We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d80d0 commit 8da40dfCopy full SHA for 8da40df
.github/workflows/fuzz.yml
@@ -77,7 +77,7 @@ jobs:
77
env:
78
RUSTFLAGS: -D warnings ${{ matrix.target.rustflags }}
79
# Upload fuzzing artifacts on failure for post-mortem debugging.
80
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
81
if: failure()
82
with:
83
name: fuzzing-artifacts-${{ matrix.fuzz_target }}-${{ github.sha }}
0 commit comments