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.
2 parents 351fd8b + 2d9e56d commit 3f08aceCopy full SHA for 3f08ace
.github/workflows/fuzz.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "Using RUSTFLAGS $RUSTFLAGS"
59
cd fuzz && ./fuzz.sh "${{ matrix.fuzz_target }}"
60
- run: echo "${{ matrix.fuzz_target }}" >executed_${{ matrix.fuzz_target }}
61
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
62
with:
63
name: executed_${{ matrix.fuzz_target }}
64
path: executed_${{ matrix.fuzz_target }}
0 commit comments