From f47fc990e54afe525f38ba089dcbae8b0a0574d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 23:00: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 51839d9..477b670 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,6 +74,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