From ab79301c04081770d07043d951b50ec8b87d9502 Mon Sep 17 00:00:00 2001 From: Remington Mallett Date: Tue, 8 Oct 2024 16:08:52 -0400 Subject: [PATCH] remove platform specification from docs-artifact --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 54ff88a3..f03b3586 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -47,7 +47,7 @@ jobs: if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.9 }} uses: actions/upload-artifact@v4 with: - name: docs-artifact-${{ matrix.platform }}-${{ matrix.python-version }} + name: docs-artifact path: docs/build/html - name: Upload coverage report