From 505791a7f79b7d3cd63b533820b84b9ed6a0dc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:56:22 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-storybook.yml | 2 +- .github/workflows/test-unit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 65974d1d6..bd91bce44 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -143,7 +143,7 @@ jobs: id: coverage run: npx nyc report --reporter=lcov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: e2e_tests # optional diff --git a/.github/workflows/test-storybook.yml b/.github/workflows/test-storybook.yml index 2bdfa8ff6..8a1542d25 100644 --- a/.github/workflows/test-storybook.yml +++ b/.github/workflows/test-storybook.yml @@ -21,7 +21,7 @@ jobs: - name: Run test-storybook:ci run: npm run test-storybook:ci - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: storybook_tests # optional diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index da7005457..cf1ba1a96 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -24,7 +24,7 @@ jobs: id: coverage run: npx nyc report --reporter=lcov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit_tests # optional