From b448fb727f1e740462e3578ffcb83bae0cda9a67 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Sat, 14 Sep 2024 13:28:29 +0800 Subject: [PATCH] using different name Signed-off-by: Hailong Cui --- .github/workflows/test-and-build-workflow.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index e7115e63c..ca27b52d2 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: logs + name: logs-${{ matrix.java }}-${{ matrix.feature }} path: build/testclusters/integTest-*/logs/* - name: Create Artifact Path run: | @@ -73,8 +73,9 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: index-management-plugin-ubuntu-latest + name: index-management-plugin-ubuntu-latest-${{ matrix.java }} path: index-management-artifacts + overwrite: 'true' test-and-build-windows-macos: env: @@ -129,5 +130,6 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: index-management-plugin-${{ matrix.os }} + name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }} path: index-management-artifacts + overwrite: 'true'