Skip to content

Commit d7cfca4

Browse files
committed
update upload-artifacts
1 parent 781c4b5 commit d7cfca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
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() && steps.build.outcome == 'success'
2323
with:
2424
name: artifacts

0 commit comments

Comments
 (0)