diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e18a7bb3c..cc6ac438bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -251,7 +251,10 @@ jobs: - name: Install dependencies run: pip install -U -r requirements_minimal.txt - name: Download all coverage artifacts - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 + with: + pattern: coverage-* + merge-multiple: true - name: Combine Linux coverage results run: | coverage combine coverage-linux*/.coverage