From c57fb200d50ccc43fe92ba812c1d5d15cf48307d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 03:05:39 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 7f65d94f..ca61df42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: - run: npm ci - run: npm run ci - name: Archive code coverage results - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3 with: name: code-coverage-report path: coverage - name: Archive production artifacts - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3 with: name: dist path: dist