From b51d02b04febf11ff7d072cc7eaec6ca5056df18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Apr 2022 15:08:29 +0000 Subject: [PATCH] chore(deps) Update codecov/codecov-action action to v3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b9f479..943a57d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: test run: tox -e test - name: upload cov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml fail_ci_if_error: true