Skip to content

Commit 1c5d989

Browse files
committed
.github: update actions/upload_artifact to v4
1 parent ae7656e commit 1c5d989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cifuzz.yml

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@v3
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

0 commit comments

Comments
 (0)