diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03342eb..1888748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: docker run --rm -v ${{ github.workspace }}/.out:/python_template/.out python-template:ci uv run make coverage - name: Upload coverage reports - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: always() with: file: ./.out/coverage.xml