From 3434cb3bbaf8c5aef6ab6d1c4c6e1c73d0da0d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 18:09:05 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.2 to 2.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [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/51d810878be5422784e86451c0e7c14e5860ec47...5a8bb4701eca7ba3673f21664b887f652c58d0a3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caa381e..105d877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - run: npm ci - run: npm run test:ci - - uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 + - uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3 with: fail_ci_if_error: true