File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 echo -n ${{ github.event.number }} > pull-request-number
2929 - name : Upload pull request number
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : pull-request-number-${{ github.event.number }}
3333 path : pull-request-number
@@ -40,17 +40,17 @@ jobs:
4040 matrix :
4141 java : [ 17, 21 ]
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - name : Install JDK ${{ matrix.java }}
45- uses : actions/setup-java@v3
45+ uses : actions/setup-java@v4
4646 with :
4747 distribution : temurin
4848 java-version : ${{ matrix.java }}
4949 cache : maven
5050 - name : Build with Maven
5151 run : mvn -B clean install
5252 - name : Upload build reports (if build failed)
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 if : ${{ failure() || cancelled() }}
5555 with :
5656 name : " build-reports-Build - JDK ${{ matrix.java }}"
You can’t perform that action at this time.
0 commit comments