diff options
Diffstat (limited to '.github/workflows/fuzz.yml')
| -rw-r--r-- | .github/workflows/fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index ddca83c3..b065d09f 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | dry-run: false | 18 | dry-run: false |
| 19 | 19 | ||
| 20 | - name: Upload Crash | 20 | - name: Upload Crash |
| 21 | uses: actions/upload-artifact@v4 | 21 | uses: actions/upload-artifact@v6 |
| 22 | if: failure() | 22 | if: failure() |
| 23 | with: | 23 | with: |
| 24 | name: artifacts | 24 | name: artifacts |
