From b6a66a153379afa49b60045e88e1467694c5f488 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Mon, 29 Jul 2024 15:44:46 +0100 Subject: [PATCH] ci: include matrix build version in composer step --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee484b..d5527a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Upload build archive for test runners uses: actions/upload-artifact@v4 with: - name: build-artifact + name: build-artifact-${{ matrix.php }} path: /tmp/github-actions phpunit: @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: build-artifact + name: build-artifact-${{ matrix.php }} path: /tmp/github-actions - name: Extract build archive