From 825b3db09e25aca67e613850ed845c2f78a2f51a Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Wed, 20 Dec 2023 10:03:16 +0000 Subject: [PATCH] fix: Remove name parameter from download-artifact --- .github/workflows/test-build-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index fdb4f35..3571c57 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -65,7 +65,6 @@ jobs: - name: Download coverage artifact uses: actions/download-artifact@v4 with: - name: coverage pattern: coverage-* merge-multiple: true