From a6160674974b393ee165237cbf0e5b6c2d8a52a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 01:17:13 +0000 Subject: [PATCH] Build(deps): Bump codecov/codecov-action from 1.3.2 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.3.2 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.3.2...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dev-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-test.yml b/.github/workflows/dev-test.yml index 44b0d4555efe..f349a647500b 100644 --- a/.github/workflows/dev-test.yml +++ b/.github/workflows/dev-test.yml @@ -65,7 +65,7 @@ jobs: run: yarn test --maxWorkers=2 - name: Upload Coverage - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v3.1.0 if: matrix.ENABLE_CODE_COVERAGE with: fail_ci_if_error: true @@ -77,7 +77,7 @@ jobs: PRETTIER_FALLBACK_RESOLVE: true - name: Upload Coverage (PRETTIER_FALLBACK_RESOLVE) - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v3.1.0 if: matrix.ENABLE_CODE_COVERAGE with: fail_ci_if_error: true