File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 # produce green tests on every PR.
3939 jdk : ["21", "25"]
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 1
4444
4545 - name : Set up JDK ${{ matrix.jdk }}
46- uses : actions/setup-java@v4
46+ uses : actions/setup-java@v5
4747 with :
4848 distribution : temurin
4949 java-version : ${{ matrix.jdk }}
9999
100100 - name : Upload test reports
101101 if : always()
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : test-reports-jdk${{ matrix.jdk }}
105105 path : |
@@ -115,8 +115,8 @@ jobs:
115115 permissions :
116116 contents : read
117117 steps :
118- - uses : actions/checkout@v4
119- - uses : actions/setup-java@v4
118+ - uses : actions/checkout@v6
119+ - uses : actions/setup-java@v5
120120 with :
121121 distribution : temurin
122122 java-version : " 21"
You can’t perform that action at this time.
0 commit comments