Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.x' into backport-2789-to-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LantaoJin committed Jan 14, 2025
2 parents 0d976fe + df5afd7 commit 9e9b485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: opensearch-sql-ubuntu-latest
name: opensearch-sql-ubuntu-latest-${{ matrix.java }}
path: opensearch-sql-builds

- name: Upload test reports
if: always()
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: test-reports
name: test-reports-ubuntu-latest-${{ matrix.java }}
path: |
sql/build/reports/**
ppl/build/reports/**
Expand Down Expand Up @@ -132,5 +132,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: opensearch-sql-${{ matrix.entry.os }}
name: opensearch-sql-${{ matrix.entry.os }}-${{ matrix.entry.java }}
path: opensearch-sql-builds

0 comments on commit 9e9b485

Please sign in to comment.