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 4930b2e commit 2e0b676Copy full SHA for 2e0b676
.github/workflows/oss-fuzz.yml
@@ -28,7 +28,7 @@ jobs:
28
fuzz-seconds: 600
29
output-sarif: true
30
- name: Upload Crash
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
if: failure() && steps.build.outcome == 'success'
33
with:
34
name: artifacts
0 commit comments