Skip to content

Commit a5df9b8

Browse files
committed
update upload-artifact
1 parent 99977e8 commit a5df9b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
fuzz-seconds: 600
1717
dry-run: false
1818
- name: Upload Crash
19-
uses: actions/upload-artifact@v1
19+
uses: actions/upload-artifact@v4
2020
if: failure()
2121
with:
2222
name: artifacts
2323
path: ./out/artifacts
24+
overwrite: true

0 commit comments

Comments
 (0)