File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 ./gradlew build --info --warning-mode=summary -PskipFlakyTests=true -PjavaVersion=${{ matrix.java }}
5454
5555 - name : Archive executable JAR
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 if : ${{ env.DEFAULT_JAVA == matrix.java && env.DEFAULT_OS == matrix.os }}
5858 with :
5959 name : executable-jar
6464 if-no-files-found : error
6565
6666 - name : Archive test reports for ${{ matrix.os }} using Java ${{ matrix.java }}
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 if : ${{ always() }}
6969 with :
7070 name : test-reports-${{ matrix.os }}-java-${{ matrix.java }}
8686 ./gradlew jpackage --info --warning-mode=summary -PjavaVersion=${{ matrix.java }}
8787
8888 - name : Archive native package for ${{ runner.os }}
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 if : ${{ env.DEFAULT_JAVA == matrix.java }}
9191 with :
9292 name : packages-${{ runner.os }}
Original file line number Diff line number Diff line change 4545 run : ./gradlew build jpackage --info --warning-mode all -PskipFlakyTests=true
4646
4747 - name : Archive executable JAR
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 if : ${{ env.DEFAULT_OS == matrix.os }}
5050 with :
5151 name : executable-jar
5656 product/build/libs-checksums/*
5757
5858 - name : Archive native package for ${{ runner.os }}
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : native-package-${{ runner.os }}
6262 retention-days : 5
You can’t perform that action at this time.
0 commit comments