Skip to content

Commit 25e510f

Browse files
authored
CIFuzz: Update upload-artifact to v4 (google#311)
This fixes the following error: > Error: This request has been automatically failed because it uses a > deprecated version of `actions/upload-artifact: v3`. Learn more: > https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 1f2268a commit 25e510f

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: 300
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)