Skip to content

Commit 2e0b676

Browse files
authored
Update upload-artifact to v4
1 parent 4930b2e commit 2e0b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fuzz-seconds: 600
2929
output-sarif: true
3030
- name: Upload Crash
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
if: failure() && steps.build.outcome == 'success'
3333
with:
3434
name: artifacts

0 commit comments

Comments
 (0)