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