From ea8a34c74f13b47a5055bf02ba3074bf51c01464 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sat, 21 Sep 2024 16:52:34 -0700 Subject: [PATCH] Update download artifact action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85fab77..31b1485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,9 @@ jobs: run: python -m pip install coverage - name: Download coverage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: coverage + pattern: .coverage* - name: Combine coverage run: |