diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34e7d5800..7d57d5e47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -417,7 +417,7 @@ jobs: echo "Failed to restore Python virtual environment from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 - name: Combine coverage results run: | . venv/bin/activate