diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 42decac2..76bca634 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -96,7 +96,7 @@ jobs: run: uv run pytest --cov=./ --cov-report=xml - name: Upload python coverage to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.xml name: python