diff options
| author | hathach <[email protected]> | 2026-03-18 00:26:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-18 00:31:01 +0700 |
| commit | 6c895e7af45107702705cc532af4abb35d2546cf (patch) | |
| tree | ced2815304a84f34aefdce9beb4a59eb202d764d /.github/workflows/cifuzz.yml | |
| parent | 3e47f1fcce4d7b445a0ed161cbd860a87eafff30 (diff) | |
Update several actions to latest version
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 9b3756a72..ff75a8ba6 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -29,7 +29,7 @@ jobs: fuzz-seconds: 400 - name: Upload Crash - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() && steps.build.outcome == 'success' with: name: artifacts |
