From 5557f795ec3ba13b1e1a4736c24c6340b5d2c8eb Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 23 Sep 2025 15:49:37 +0000 Subject: [PATCH 1/3] impl --- .github/workflows/all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index cdd5285..e22552c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -456,8 +456,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: python-wheels + pattern: python-wheels-* path: dist + merge-multiple: true - uses: actions/download-artifact@v4 with: name: python-sdist From ff563e940820847708b8e437c20dd44ab3a3dd61 Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 23 Sep 2025 16:06:28 +0000 Subject: [PATCH 2/3] fix java lint error --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e22552c..c8f343d 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -25,7 +25,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'corretto' - name: Check Formatting run: mvn --batch-mode com.spotify.fmt:fmt-maven-plugin:check From a3995138da067d4bdc3852bfb1398dd33bb57e73 Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 25 Sep 2025 12:34:19 +0000 Subject: [PATCH 3/3] update step name --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index c8f343d..cef234c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -22,7 +22,7 @@ jobs: working-directory: java steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: java-version: '17'