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