From 9b6fb61a6ca4b7a11d95b66a8860df4be3673357 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Apr 2022 15:25:10 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1557cb5..405b116 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,6 +88,6 @@ jobs: pip install pytest-cov pytest --cov=./ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: name: codecov-umbrella