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 1ad2fd7 commit 746a63dCopy full SHA for 746a63d
.github/workflows/build.yml
@@ -122,7 +122,7 @@ jobs:
122
if: steps.cache-corpus.outputs.cache-hit != 'true'
123
- run: cargo fuzz run ${{ matrix.target }} --sanitizer none -- -max_total_time=200
124
- run: cargo fuzz cmin ${{ matrix.target }} --sanitizer none
125
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
126
if: failure()
127
with:
128
name: fuzz-artifacts-${{ matrix.target }}
0 commit comments