diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index e19e682..dece7bd 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -61,7 +61,7 @@ jobs: - name: Upload coverage report to Codecov if: matrix.python == '3.13' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml