diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index ab7066924f..be2ab64286 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -193,7 +193,7 @@ jobs: - name: Install dependencies run: uv sync --group dev - name: Download all coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: coverage-* merge-multiple: true