File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ jobs:
1212 matrix :
1313 os : [ubuntu-latest]
1414 java : [ 17 ]
15- boot : [ 3.1.6 , 3.2.0 ]
15+ boot : [ 3.1.9 , 3.2.3 ]
1616 fail-fast : false
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - name : Setup JDK
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v4
2222 with :
2323 distribution : adopt
2424 java-version : ${{ matrix.java }}
25+ cache : gradle
2526 - name : Build boot ${{ matrix.boot }} java ${{ matrix.java }}
2627 run : ./gradlew clean build -PspringBootVersion=${{ matrix.boot }}
2728 env :
4041 */*/build/reports
4142 - name : Upload Build Logs
4243 if : ${{ failure() }}
43- uses : actions/upload-artifact@v2
44+ uses : actions/upload-artifact@v4
4445 with :
4546 name : buildlogs-${{ matrix.boot }}-${{ matrix.java }}
4647 path : build/buildlogs.tar.gz
You can’t perform that action at this time.
0 commit comments