From 1febf19d4a999d1b8625e0c88b6d90d710ea73d4 Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Sat, 30 Mar 2024 21:32:40 +0700 Subject: [PATCH] ci: rename report artifact Signed-off-by: Fery Wardiyanto --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0960c83..9810d50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,7 +122,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ steps.reports.outputs.has-reports == '1' }} with: - name: test-reports-${{ matrix.php }}-L${{ matrix.laravel }} + name: cc-reports-${{ matrix.php }}-L${{ matrix.laravel }} path: tests/reports/codeclimate-${{ matrix.php }}-L${{ matrix.laravel }}.json reports: