Skip to content

Commit a340834

Browse files
committed
Update upload-artifact to v4 to fix build due to deprecation
1 parent 8f17faf commit a340834

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
@@ -17,7 +17,7 @@ jobs:
1717
fuzz-seconds: 30
1818
dry-run: false
1919
- name: Upload Crash
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
if: failure() && steps.build.outcome == 'success'
2222
with:
2323
name: artifacts

0 commit comments

Comments
 (0)