diff options
| author | hathach <[email protected]> | 2024-03-22 18:52:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-03-22 18:52:52 +0700 |
| commit | 54e35dd3cf0db737afcb3af2237a3bed85cab1e6 (patch) | |
| tree | 2e9addc6e2cc95035155d8d96d34b58f1bfdf1de /.github/workflows/cifuzz.yml | |
| parent | baffadca914bada1663fbb444246ecad681365fb (diff) | |
bump up upload artifact to v4
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 4c4b12a6b..5dc0f2764 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -27,7 +27,7 @@ jobs: language: c++ fuzz-seconds: 600 - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts |
