From 2a4d4880f99ec39dd18e65aebb5df318c866603c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=B6ker?= Date: Thu, 14 Nov 2024 17:13:41 +0100 Subject: [PATCH] fix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b94e1d4..25e7938 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,7 +70,7 @@ jobs: run: ls -lah - uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-${{ matrix.python-version }} include-hidden-files: true if-no-files-found: error path: ".coverage" @@ -91,7 +91,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: coverage + name: coverage-3.12 path: . - name: Debug downloaded artifact