We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df62a2a commit 7a0adddCopy full SHA for 7a0addd
.github/workflows/cifuzz.yml
@@ -27,7 +27,7 @@ jobs:
27
fuzz-seconds: 300
28
output-sarif: true
29
- name: Upload Crash
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
if: failure() && steps.build.outcome == 'success'
32
with:
33
name: artifacts
0 commit comments