Skip to content

Commit 5053912

Browse files
committed
Updated actions/upload-artifact from v1 to v4
1 parent 932b1cb commit 5053912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: c++
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v1
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

0 commit comments

Comments
 (0)