From 3c1187f481388bf29ce2bf6e1015fb1a1ca3290c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:09:33 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.5.2 to 2.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1. - [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/29386c70ef20e286228c72b668a06fd0e8399192...c585afe366f940d214dc09df2664c06d7fe07052) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 7ad46cb225..905a65b48f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - run: npm ci - run: npm run test:ci - - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 + - uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052 with: fail_ci_if_error: true @@ -69,6 +69,6 @@ jobs: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 + - uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052 with: fail_ci_if_error: true