diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5941bc..8983070b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: uv pip install coverage[toml] - name: Download coverage reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: true