diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a115fe754..dc32cebb77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -212,7 +212,7 @@ jobs: echo "Failed to restore Python venv from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.2 - name: Combine coverage results run: | . venv/bin/activate