diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index cdd5285..cef234c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -22,10 +22,10 @@ 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: '11' + java-version: '17' distribution: 'corretto' - name: Check Formatting run: mvn --batch-mode com.spotify.fmt:fmt-maven-plugin:check @@ -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