From 469854da34019f176d1f600bb2a7815a4de11cc1 Mon Sep 17 00:00:00 2001 From: Joanne Wang Date: Tue, 10 Sep 2024 12:18:36 -0700 Subject: [PATCH] make path unique Signed-off-by: Joanne Wang --- .github/workflows/test-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 3521146fd..7d23c94ef 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -61,7 +61,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: alerting-plugin-${{ matrix.os }} + name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }} path: alerting-artifacts build: @@ -109,5 +109,5 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: alerting-plugin-${{ matrix.os }} + name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }} path: alerting-artifacts