From fa1701ee8d4189b67c1ffbe1ceec18d06c95074f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:40:02 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 1.3.2 to 2.1.0 (#323) --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 646f9cdd..8319c38e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,7 +25,7 @@ jobs: contains(github.event.commits[0].message, '[skip ci]') == false && contains(github.event.commits[0].message, '[ci skip]') == false - name: 'Upload coverage reports to Codecov' - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v2.1.0 with: fail_ci_if_error: false file: ./coverage/lcov.info