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