diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a7ffd18..ef95eeb 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -47,7 +47,7 @@ jobs: run: pytest - name: ⬆️ Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml