diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 981f4097..40584fc8 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -66,9 +66,9 @@ jobs: - name: artifact mac test uses: actions/upload-artifact@v4 if: always() - include-hidden-files: true with: name: macos-12-coverage + include-hidden-files: true path: | .coverage .coverage.* @@ -126,9 +126,9 @@ jobs: - name: artifact windows test uses: actions/upload-artifact@v4 if: always() - include-hidden-files: true with: name: win-coverage + include-hidden-files: true path: | .coverage .coverage.* @@ -221,9 +221,9 @@ jobs: - name: artifact linux test uses: actions/upload-artifact@v4 if: always() - include-hidden-files: true with: name: linux-coverage-${{ matrix.python }} + include-hidden-files: true path: | .coverage .coverage.*