From a9721c47354c3c9088b2a987f36b0fc970782ddd Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Thu, 27 Nov 2025 16:49:08 +0900 Subject: [PATCH] ci: unique name for `upload-artifact` (#9113) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07033accf..2d726ff24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: - name: playwright-report + name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }} path: test/ui/test-results/ retention-days: 30