diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1557cb5..351ddf9 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@v5 with: name: codecov-umbrella