From de9094dab5ebef929f5c4c9bf93403bb4d80d3f5 Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Fri, 22 Dec 2023 17:21:22 +0700 Subject: [PATCH] ci: update action upload and download artifact due to their v4 changes Signed-off-by: Fery Wardiyanto --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aff28e9..ecfff3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,7 +103,7 @@ jobs: uses: actions/upload-artifact@v4 if: github.actor != 'dependabot[bot]' with: - name: test-reports + name: test-reports-${{ matrix.php }} path: tests/reports reports: @@ -116,7 +116,8 @@ jobs: - name: Download test reports uses: actions/download-artifact@v4 with: - name: test-reports + pattern: test-reports-* + merge-multiple: true - name: Report to CodeClimate run: |