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