From 44ac2f0ec3486ac505d0b5ce113c49e1f9273494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:44:26 +0800 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 2 to 3 (#1094) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gwos-evm-fuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gwos-evm-fuzz.yml b/.github/workflows/gwos-evm-fuzz.yml index 79ca2062c..f0a3c5a7f 100644 --- a/.github/workflows/gwos-evm-fuzz.yml +++ b/.github/workflows/gwos-evm-fuzz.yml @@ -93,7 +93,7 @@ jobs: mv corpus-new corpus-cache - name: Archive inputs that triggered crashes or sanitizer failures - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: fuzzing-inputs @@ -103,7 +103,7 @@ jobs: polyjuice-tests/fuzz/timeout-* polyjuice-tests/fuzz/oom-* - name: Archive corpus - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: corpus path: |