diff options
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r-- | .github/workflows/cifuzz.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 966d92a..f994f99 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -9,7 +9,7 @@ concurrency: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | Fuzzing: | 11 | Fuzzing: |
12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-24.04 |
13 | steps: | 13 | steps: |
14 | - name: Build Fuzzers | 14 | - name: Build Fuzzers |
15 | id: build | 15 | id: build |
@@ -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 |