diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index eaa10904..a4252254 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -59,7 +59,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download dist artifacts - uses: actions/download-artifact@v4 + uses: MatthiasValvekens/download-artifact@feature/download-name-prefix with: name: pyhanko-dist path: dist/ @@ -71,7 +71,7 @@ jobs: - name: Stash coverage report uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-${{ strategy.job-index }} path: "*-coverage.xml" live-integration-tests: runs-on: ubuntu-latest @@ -86,7 +86,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download dist artifacts - uses: actions/download-artifact@v4 + uses: MatthiasValvekens/download-artifact@feature/download-name-prefix with: name: pyhanko-dist path: dist/ @@ -111,7 +111,7 @@ jobs: - name: Stash coverage report uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-live-${{ strategy.job-index }} path: "*-coverage.xml" smoke-tests: runs-on: ubuntu-latest @@ -123,7 +123,7 @@ jobs: with: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Download dist artifacts - uses: actions/download-artifact@v4 + uses: MatthiasValvekens/download-artifact@feature/download-name-prefix with: name: pyhanko-dist path: dist/ @@ -144,7 +144,7 @@ jobs: # checkout necessary to ensure the uploaded report contains the correct paths - uses: actions/checkout@v4 - name: Retrieve coverage reports - uses: actions/download-artifact@v4 + uses: MatthiasValvekens/download-artifact@feature/download-name-prefix with: name: coverage path: ./reports/