3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
9191
9292 - name : Upload target directories
9393 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797 path : targets.tar
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.os }}
108108 steps :
109109 - name : Checkout current branch (full)
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0
113113
@@ -128,7 +128,7 @@ jobs:
128128 run : sbt +update
129129
130130 - name : Download target directories (2.12, rootJS)
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v6
132132 with :
133133 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
134134
@@ -138,7 +138,7 @@ jobs:
138138 rm targets.tar
139139
140140 - name : Download target directories (2.12, rootJVM)
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
144144
@@ -148,7 +148,7 @@ jobs:
148148 rm targets.tar
149149
150150 - name : Download target directories (2.12, rootNative)
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v6
152152 with :
153153 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
154154
@@ -158,7 +158,7 @@ jobs:
158158 rm targets.tar
159159
160160 - name : Download target directories (2.13, rootJS)
161- uses : actions/download-artifact@v4
161+ uses : actions/download-artifact@v6
162162 with :
163163 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
164164
@@ -168,7 +168,7 @@ jobs:
168168 rm targets.tar
169169
170170 - name : Download target directories (2.13, rootJVM)
171- uses : actions/download-artifact@v4
171+ uses : actions/download-artifact@v6
172172 with :
173173 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
174174
@@ -178,7 +178,7 @@ jobs:
178178 rm targets.tar
179179
180180 - name : Download target directories (2.13, rootNative)
181- uses : actions/download-artifact@v4
181+ uses : actions/download-artifact@v6
182182 with :
183183 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
184184
@@ -188,7 +188,7 @@ jobs:
188188 rm targets.tar
189189
190190 - name : Download target directories (3, rootJS)
191- uses : actions/download-artifact@v4
191+ uses : actions/download-artifact@v6
192192 with :
193193 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
194194
@@ -198,7 +198,7 @@ jobs:
198198 rm targets.tar
199199
200200 - name : Download target directories (3, rootJVM)
201- uses : actions/download-artifact@v4
201+ uses : actions/download-artifact@v6
202202 with :
203203 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
204204
@@ -208,7 +208,7 @@ jobs:
208208 rm targets.tar
209209
210210 - name : Download target directories (3, rootNative)
211- uses : actions/download-artifact@v4
211+ uses : actions/download-artifact@v6
212212 with :
213213 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
214214
@@ -251,7 +251,7 @@ jobs:
251251 runs-on : ${{ matrix.os }}
252252 steps :
253253 - name : Checkout current branch (full)
254- uses : actions/checkout@v5
254+ uses : actions/checkout@v6
255255 with :
256256 fetch-depth : 0
257257
@@ -286,7 +286,7 @@ jobs:
286286 runs-on : ${{ matrix.os }}
287287 steps :
288288 - name : Checkout current branch (fast)
289- uses : actions/checkout@v5
289+ uses : actions/checkout@v6
290290
291291 - name : Setup Java (temurin@8)
292292 id : setup-java-temurin-8
@@ -314,7 +314,7 @@ jobs:
314314 runs-on : ${{ matrix.os }}
315315 steps :
316316 - name : Checkout current branch (full)
317- uses : actions/checkout@v5
317+ uses : actions/checkout@v6
318318 with :
319319 fetch-depth : 0
320320
0 commit comments