We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
upload-artifact
1 parent 14a9f03 commit b61ce3cCopy full SHA for b61ce3c
.github/workflows/oss-fuzz.yml
@@ -18,7 +18,7 @@ jobs:
18
fuzz-seconds: 600
19
dry-run: false
20
- name: Upload Crash
21
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
22
if: failure()
23
with:
24
name: artifacts
0 commit comments