File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ jobs:
6262 os : [ ubuntu-latest, windows-latest ]
6363 java : [ '8', '17', '25' ]
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666
6767 - name : Set up JDK ${{ matrix.java }}
68- uses : actions/setup-java@v4
68+ uses : actions/setup-java@v5
6969 with :
7070 distribution : temurin
7171 java-version : |
7272 ${{ matrix.java }}
7373 25
7474
75- - uses : actions/cache@v4
75+ - uses : actions/cache@v5
7676 with :
7777 path : ~/.m2/repository
7878 key : ${{ matrix.os }}-maven-${{ hashFiles('**/pom.xml') }}
8686 - name : Archive test results and logs
8787 # if: success() || failure() to also get the test results on successful runs.
8888 if : failure()
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v7
9090 with :
9191 name : test-results-${{ matrix.java }}-${{ matrix.os }}
9292 path : sshd-*/target/surefire-*
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 concurrency : mina-sshd-snapshot-deploy
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050
5151 - name : Set up JDK
52- uses : actions/setup-java@v4
52+ uses : actions/setup-java@v5
5353 with :
5454 distribution : temurin
5555 java-version : ' 25'
5858 server-username : NEXUS_USERNAME
5959 server-password : NEXUS_PASSWORD
6060
61- - uses : actions/cache@v4
61+ - uses : actions/cache@v5
6262 with :
6363 path : ~/.m2/repository
6464 key : ubuntu-latest-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments