Skip to content

Commit 67d7ec0

Browse files
committed
.github/workflows: use upload-artifacts v4 in oss-fuzz workflow
1 parent 40f4691 commit 67d7ec0

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

0 commit comments

Comments
 (0)