diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 760ac12..68fb11c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,6 +75,6 @@ jobs: run: | pytest --cov=./ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: name: codecov-umbrella