From 03c2d5edf5243869959aee1bb000d508759fb585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:01:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b6641c..3e956f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Upload the fuzzer output - name: Archive fuzz tar - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: fuzz_tar path: fuzz.tar @@ -80,7 +80,7 @@ jobs: fuzz-seconds: 120 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts