diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e590bbad..e7b1fb6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: pytest # See pyproject.toml for cov options - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.coverage with: token: ${{ secrets.CODECOV_TOKEN }}