From 06fd55a3c2cf89e87882ce09e2d66cdc5d98c4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:13:21 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...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/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db4cb48..ddb773b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3 with: # Artifact name name: coverage @@ -74,7 +74,7 @@ jobs: - name: Build run: npm run build - name: Upload artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3 with: # Artifact name name: build @@ -96,7 +96,7 @@ jobs: - name: Build run: npm run build-storybook - name: Upload artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3 with: # Artifact name name: storybook