From c7ad0d5592ecfdba6edf294e49972e5200531f17 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Fri, 13 Sep 2024 09:48:38 +0100 Subject: [PATCH] fix name of artifacts --- .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 c1aebcc3..6d619fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - run: npm run test:unit:cover - uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-unit path: coverage/ test_integration: @@ -145,7 +145,7 @@ jobs: - name: Upload coverage uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-integration path: coverage/ build: