diff options
| author | hathach <[email protected]> | 2026-03-12 15:48:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-12 15:48:49 +0700 |
| commit | 2052111bac10fc3184b1dd9558fc1b9ab5c85ea4 (patch) | |
| tree | 5fc7a4fa6b24a97eda26dda3b1a9572d4c9b1aa1 /.github/workflows/cifuzz.yml | |
| parent | 222af862aa2b3898980e3ed8f28e70fe6c9a7ee9 (diff) | |
chore(workflows): update GitHub Actions dependencies and improve membrowse error handling
update AGENTS.md with metrics compare
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 d7f1fc066..9b3756a72 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@v4 + uses: actions/upload-artifact@v5 if: failure() && steps.build.outcome == 'success' with: name: artifacts |
