From 436e2e10a3734aa766227246b749590083430950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:01:15 +0800 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#1122) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- 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/docker.yml | 6 +++--- .github/workflows/gwos-evm-fuzz.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ea453fb55..a33b3c9ef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -106,7 +106,7 @@ jobs: - name: Archive built scripts # TODO: upload only once # if: steps.gwos-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.gwos-${{ steps.prepare.outputs.gwos-filehash }} path: | @@ -134,7 +134,7 @@ jobs: - name: Archive godwoken-polyjuice binaries # TODO: upload only once # if: steps.godwoken-polyjuice-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.gwos-evm-${{ steps.prepare.outputs.gwos-evm-filehash }} path: | @@ -214,7 +214,7 @@ jobs: - name: Archive godwoken binaries # TODO: upload only once # if: steps.godwoken-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.godwoken-${{ matrix.features || 'default' }}-${{ hashFiles('crates/**') }} path: | diff --git a/.github/workflows/gwos-evm-fuzz.yml b/.github/workflows/gwos-evm-fuzz.yml index f0a3c5a7f..04dee9945 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@v3 + uses: actions/upload-artifact@v4 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@v3 + uses: actions/upload-artifact@v4 with: name: corpus path: |