From 4e70d580b486ed6237b9f6c33e86f23579bd1728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:09:46 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#2723) 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db8f5984..8fe84a189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: npm run force-webui-download - name: Attach cached ipfs-webui to Github Action - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ipfs-webui path: assets/webui @@ -250,7 +250,7 @@ jobs: # - action artifacts can be downloaded for 90 days, then are removed by github # - binaries in PRs from forks won't be signed - name: Attach produced packages to Github Action - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist-${{ matrix.os }} path: dist/*esktop*.*