Skip to content

Commit 8e2a5e3

Browse files
Update cpp.yml
1 parent 42b368e commit 8e2a5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
language: c++
2121
fuzz-seconds: 600
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)