From 597b3939cadc321b429104e6a432c3956c4dfe5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 07:20:49 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 [skip netlify] (#3125) Co-authored-by: Renovate 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 62dee335..60569c87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: yarn test:jest --coverage if: always() - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: directory: ./coverage/ timeout-minutes: 3