diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0ed5032..f670343 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,7 +25,7 @@ jobs: run: pytest - name: Report coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml