From e1716a5ce9ea1e13e4481888286f4190df99b6f1 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:14:55 -0700 Subject: [PATCH] Use pattern instead of name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a386e7..a6e2701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Download coverage uses: actions/download-artifact@v4 with: - name: coverage-* + pattern: coverage-* merge-multiple: true - name: Combine coverage