We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b368e commit 8e2a5e3Copy full SHA for 8e2a5e3
.github/workflows/cpp.yml
@@ -20,7 +20,7 @@ jobs:
20
language: c++
21
fuzz-seconds: 600
22
- name: Upload crash
23
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
24
if: failure() && steps.build.outcome == 'success'
25
with:
26
name: artifacts
0 commit comments