diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6a214f1..996836d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -63,7 +63,7 @@ jobs: name: coverage-report-${{ matrix.python-version }} path: coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml