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 996c875 commit 044edb8Copy full SHA for 044edb8
.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@v4
+ - uses: actions/upload-artifact@v6
81
if: failure()
82
with:
83
name: fuzzing-artifacts-${{ matrix.fuzz_target }}-${{ github.sha }}
0 commit comments