Skip to content

Commit b61ce3c

Browse files
committed
Upgrade upload-artifact action to v4
1 parent 14a9f03 commit b61ce3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fuzz-seconds: 600
1919
dry-run: false
2020
- name: Upload Crash
21-
uses: actions/upload-artifact@v1
21+
uses: actions/upload-artifact@v4
2222
if: failure()
2323
with:
2424
name: artifacts

0 commit comments

Comments
 (0)