diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 58d91a4..feb9c3a 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -73,7 +73,7 @@ jobs: fi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.12' with: file: ./coverage.xml