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 fd3ff3a commit c5b86f0Copy full SHA for c5b86f0
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
fuzz-seconds: 600
38
output-sarif: true
39
- name: Upload Crash
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
if: failure() && steps.build.outcome == 'success'
42
with:
43
name: artifacts
0 commit comments