Skip to content

Commit 3c4de88

Browse files
committed
Migrate to actions/upload-artifact@v4 in fuzzer sub-project
1 parent 6176c33 commit 3c4de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
language: rust
1818
fuzz-seconds: 600
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)