From d9ce0cec574c4a50ec857e0c8527deed6f54b8c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 23:00:24 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade codecov/codecov-action action to v2 --- .github/workflows/ci:test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci:test.yml b/.github/workflows/ci:test.yml index 471d9ed..39066c3 100644 --- a/.github/workflows/ci:test.yml +++ b/.github/workflows/ci:test.yml @@ -20,6 +20,6 @@ jobs: run: yarn ci:test - name: Publish coverage report 📃 - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: fail_ci_if_error: true