diff options
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 966d92a..b93ea0e 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -26,7 +26,7 @@ jobs: | |||
26 | dry-run: false | 26 | dry-run: false |
27 | language: c++ | 27 | language: c++ |
28 | - name: Upload Crash | 28 | - name: Upload Crash |
29 | uses: actions/upload-artifact@v3 | 29 | uses: actions/upload-artifact@v4 |
30 | if: failure() && steps.build.outcome == 'success' | 30 | if: failure() && steps.build.outcome == 'success' |
31 | with: | 31 | with: |
32 | name: artifacts | 32 | name: artifacts |