From dd9e3b8edf92ae02a14279597ddedcd023689a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:52:38 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#554) * 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] * chore: migrate to *-artifact@v4 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joram van den Boezem --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca7fe82..69dd6c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: - run: yarn install - run: yarn build - run: yarn test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: - name: dist + name: dist-${{ matrix.node-version }} path: dist coverage: @@ -38,7 +38,7 @@ jobs: - run: yarn install - uses: actions/download-artifact@v4 with: - name: dist + name: dist-${{ matrix.node-version }} path: dist - uses: paambaati/codeclimate-action@v5.0.0 env: