From 5d19083f42551201fe1e9a0943e479c11d6f8c00 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Sun, 8 Sep 2024 19:10:58 -0700 Subject: [PATCH] wrong spot --- .github/workflows/testing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.*