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