Skip to content

Commit ab10479

Browse files
committed
chore(all): update actions/upload-artifact action to v5
1 parent 34261f7 commit ab10479

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
@@ -20,7 +20,7 @@ jobs:
2020
dry-run: false
2121
language: go
2222
- name: Upload Crash
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
if: failure() && steps.build.outcome == 'success'
2525
with:
2626
name: artifacts

0 commit comments

Comments
 (0)