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