diff options
| -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 1a69794..c5d6ec0 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | dry-run: false | 19 | dry-run: false |
| 20 | language: c++ | 20 | language: c++ |
| 21 | - name: Upload Crash | 21 | - name: Upload Crash |
| 22 | uses: actions/upload-artifact@v3 | 22 | uses: actions/upload-artifact@v4 |
| 23 | if: failure() && steps.build.outcome == 'success' | 23 | if: failure() && steps.build.outcome == 'success' |
| 24 | with: | 24 | with: |
| 25 | name: artifacts | 25 | name: artifacts |
