From 5f6896403c7f9babcf504ce596a2478361ba5d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:41:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 3.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v3.0.0) --- 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 3be26d19..137bfc97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,12 +32,12 @@ jobs: - run: npm run audit-licenses - run: npm run build - name: Archive code coverage results - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3.0.0 with: name: code-coverage-report path: coverage - name: Archive production artifacts - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3.0.0 with: name: dist path: dist