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 a04bfad + 377c7ce commit 209d399Copy full SHA for 209d399
1 file changed
.github/workflows/cifuzz.yml
@@ -23,7 +23,7 @@ jobs:
23
fuzz-seconds: 300
24
language: c++
25
- name: Upload Crash
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
if: failure() && steps.build.outcome == 'success'
28
with:
29
name: artifacts
0 commit comments