From 619bb1ae80ed5759e9b161b112591138a61f8fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:09:52 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 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] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/test-e2e.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c863eafe4..f5831d752 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Attach produced build to Github Action # only re-upload if we re-built if: steps.build-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ipfs-webui_${{ github.sha }}-${{ runner.os }}-build path: build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24037f90..472989229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: | ipfs dag export ${{ steps.ipfs.outputs.cid }} > ipfs-webui_${{ github.sha }}.car - name: Attach produced build to Github Action - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ipfs-webui_${{ github.sha }}.car path: ipfs-webui_${{ github.sha }}.car diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 6476cab29..4a54250f9 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -111,7 +111,7 @@ jobs: - name: Store Artifacts from Failed Tests if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results/