We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3420ce7 commit 3eade38Copy full SHA for 3eade38
1 file changed
.github/workflows/ci-fuzz.yml
@@ -23,7 +23,7 @@ jobs:
23
fuzz-seconds: 600
24
output-sarif: true
25
- name: Upload Crash
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
27
if: failure() && steps.build.outcome == 'success'
28
with:
29
name: artifacts
0 commit comments