3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
4545 - name : Setup Java (temurin@8)
4646 id : setup-java-temurin-8
4747 if : matrix.java == 'temurin@8'
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 distribution : temurin
5151 java-version : 8
8383
8484 - name : Upload target directories
8585 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
8989 path : targets.tar
9999 runs-on : ${{ matrix.os }}
100100 steps :
101101 - name : Checkout current branch (full)
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v6
103103 with :
104104 fetch-depth : 0
105105
@@ -109,7 +109,7 @@ jobs:
109109 - name : Setup Java (temurin@8)
110110 id : setup-java-temurin-8
111111 if : matrix.java == 'temurin@8'
112- uses : actions/setup-java@v4
112+ uses : actions/setup-java@v5
113113 with :
114114 distribution : temurin
115115 java-version : 8
@@ -120,7 +120,7 @@ jobs:
120120 run : sbt +update
121121
122122 - name : Download target directories (2.13, rootJVM)
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v6
124124 with :
125125 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
126126
@@ -130,7 +130,7 @@ jobs:
130130 rm targets.tar
131131
132132 - name : Download target directories (3, rootJVM)
133- uses : actions/download-artifact@v4
133+ uses : actions/download-artifact@v6
134134 with :
135135 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
136136
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ${{ matrix.os }}
174174 steps :
175175 - name : Checkout current branch (full)
176- uses : actions/checkout@v4
176+ uses : actions/checkout@v6
177177 with :
178178 fetch-depth : 0
179179
@@ -183,7 +183,7 @@ jobs:
183183 - name : Setup Java (temurin@8)
184184 id : setup-java-temurin-8
185185 if : matrix.java == 'temurin@8'
186- uses : actions/setup-java@v4
186+ uses : actions/setup-java@v5
187187 with :
188188 distribution : temurin
189189 java-version : 8
@@ -208,7 +208,7 @@ jobs:
208208 runs-on : ${{ matrix.os }}
209209 steps :
210210 - name : Checkout current branch (full)
211- uses : actions/checkout@v4
211+ uses : actions/checkout@v6
212212 with :
213213 fetch-depth : 0
214214
@@ -218,7 +218,7 @@ jobs:
218218 - name : Setup Java (temurin@8)
219219 id : setup-java-temurin-8
220220 if : matrix.java == 'temurin@8'
221- uses : actions/setup-java@v4
221+ uses : actions/setup-java@v5
222222 with :
223223 distribution : temurin
224224 java-version : 8
@@ -231,7 +231,7 @@ jobs:
231231 - name : Setup Java (temurin@11)
232232 id : setup-java-temurin-11
233233 if : matrix.java == 'temurin@11'
234- uses : actions/setup-java@v4
234+ uses : actions/setup-java@v5
235235 with :
236236 distribution : temurin
237237 java-version : 11
0 commit comments