diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5941bc..d6b440e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: run: mv .coverage ".coverage.${{ strategy.job-index }}" - name: Upload coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ strategy.job-index }} path: .coverage.${{ strategy.job-index }} @@ -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