From d4272f48f8ad9ea34710f012f511db0485747f1b Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Fri, 13 Sep 2024 11:07:38 +0100 Subject: [PATCH] fix download artifact name --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d619fa4..1d0217de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/download-artifact@v4 with: - name: coverage + name: coverage-unit + - uses: actions/download-artifact@v4 + with: + name: coverage-integration - uses: paambaati/codeclimate-action@v2.7.5 env: