diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39ad1540..6a384bd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: uv pip install coverage[toml] - name: Download coverage reports - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: coverage-* merge-multiple: true