From 53b0703cc357a3eb774a709cf589241ce795e26a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 25 Dec 2023 08:31:01 -0500 Subject: [PATCH] Bump actions/download-artifact to 4.1.0 --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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