@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload target directories
124124 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
128128 path : targets.tar
@@ -159,7 +159,7 @@ jobs:
159159 run : sbt +update
160160
161161 - name : Download target directories (2.12.18)
162- uses : actions/download-artifact@v4
162+ uses : actions/download-artifact@v6
163163 with :
164164 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18
165165
@@ -169,7 +169,7 @@ jobs:
169169 rm targets.tar
170170
171171 - name : Download target directories (2.12.19)
172- uses : actions/download-artifact@v4
172+ uses : actions/download-artifact@v6
173173 with :
174174 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.19
175175
@@ -179,7 +179,7 @@ jobs:
179179 rm targets.tar
180180
181181 - name : Download target directories (2.12.20)
182- uses : actions/download-artifact@v4
182+ uses : actions/download-artifact@v6
183183 with :
184184 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.20
185185
@@ -189,7 +189,7 @@ jobs:
189189 rm targets.tar
190190
191191 - name : Download target directories (2.13.12)
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v6
193193 with :
194194 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.12
195195
@@ -199,7 +199,7 @@ jobs:
199199 rm targets.tar
200200
201201 - name : Download target directories (2.13.13)
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v6
203203 with :
204204 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.13
205205
@@ -209,7 +209,7 @@ jobs:
209209 rm targets.tar
210210
211211 - name : Download target directories (2.13.14)
212- uses : actions/download-artifact@v4
212+ uses : actions/download-artifact@v6
213213 with :
214214 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14
215215
@@ -219,7 +219,7 @@ jobs:
219219 rm targets.tar
220220
221221 - name : Download target directories (2.13.15)
222- uses : actions/download-artifact@v4
222+ uses : actions/download-artifact@v6
223223 with :
224224 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.15
225225
@@ -229,7 +229,7 @@ jobs:
229229 rm targets.tar
230230
231231 - name : Download target directories (2.13.16)
232- uses : actions/download-artifact@v4
232+ uses : actions/download-artifact@v6
233233 with :
234234 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16
235235
@@ -239,7 +239,7 @@ jobs:
239239 rm targets.tar
240240
241241 - name : Download target directories (2.13.17)
242- uses : actions/download-artifact@v4
242+ uses : actions/download-artifact@v6
243243 with :
244244 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.17
245245
@@ -249,7 +249,7 @@ jobs:
249249 rm targets.tar
250250
251251 - name : Download target directories (3.3.0)
252- uses : actions/download-artifact@v4
252+ uses : actions/download-artifact@v6
253253 with :
254254 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.0
255255
@@ -259,7 +259,7 @@ jobs:
259259 rm targets.tar
260260
261261 - name : Download target directories (3.3.1)
262- uses : actions/download-artifact@v4
262+ uses : actions/download-artifact@v6
263263 with :
264264 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.1
265265
@@ -269,7 +269,7 @@ jobs:
269269 rm targets.tar
270270
271271 - name : Download target directories (3.3.3)
272- uses : actions/download-artifact@v4
272+ uses : actions/download-artifact@v6
273273 with :
274274 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3
275275
@@ -279,7 +279,7 @@ jobs:
279279 rm targets.tar
280280
281281 - name : Download target directories (3.3.4)
282- uses : actions/download-artifact@v4
282+ uses : actions/download-artifact@v6
283283 with :
284284 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.4
285285
@@ -289,7 +289,7 @@ jobs:
289289 rm targets.tar
290290
291291 - name : Download target directories (3.3.5)
292- uses : actions/download-artifact@v4
292+ uses : actions/download-artifact@v6
293293 with :
294294 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.5
295295
@@ -299,7 +299,7 @@ jobs:
299299 rm targets.tar
300300
301301 - name : Download target directories (3.3.6)
302- uses : actions/download-artifact@v4
302+ uses : actions/download-artifact@v6
303303 with :
304304 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.6
305305
@@ -309,7 +309,7 @@ jobs:
309309 rm targets.tar
310310
311311 - name : Download target directories (3.3.7-RC1)
312- uses : actions/download-artifact@v4
312+ uses : actions/download-artifact@v6
313313 with :
314314 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-RC1
315315
@@ -319,7 +319,7 @@ jobs:
319319 rm targets.tar
320320
321321 - name : Download target directories (3.3.7)
322- uses : actions/download-artifact@v4
322+ uses : actions/download-artifact@v6
323323 with :
324324 name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7
325325
@@ -329,7 +329,7 @@ jobs:
329329 rm targets.tar
330330
331331 - name : Download target directories (3.4.0)
332- uses : actions/download-artifact@v4
332+ uses : actions/download-artifact@v6
333333 with :
334334 name : target-${{ matrix.os }}-${{ matrix.java }}-3.4.0
335335
@@ -339,7 +339,7 @@ jobs:
339339 rm targets.tar
340340
341341 - name : Download target directories (3.4.1)
342- uses : actions/download-artifact@v4
342+ uses : actions/download-artifact@v6
343343 with :
344344 name : target-${{ matrix.os }}-${{ matrix.java }}-3.4.1
345345
@@ -349,7 +349,7 @@ jobs:
349349 rm targets.tar
350350
351351 - name : Download target directories (3.4.2)
352- uses : actions/download-artifact@v4
352+ uses : actions/download-artifact@v6
353353 with :
354354 name : target-${{ matrix.os }}-${{ matrix.java }}-3.4.2
355355
@@ -359,7 +359,7 @@ jobs:
359359 rm targets.tar
360360
361361 - name : Download target directories (3.4.3)
362- uses : actions/download-artifact@v4
362+ uses : actions/download-artifact@v6
363363 with :
364364 name : target-${{ matrix.os }}-${{ matrix.java }}-3.4.3
365365
@@ -369,7 +369,7 @@ jobs:
369369 rm targets.tar
370370
371371 - name : Download target directories (3.5.0)
372- uses : actions/download-artifact@v4
372+ uses : actions/download-artifact@v6
373373 with :
374374 name : target-${{ matrix.os }}-${{ matrix.java }}-3.5.0
375375
@@ -379,7 +379,7 @@ jobs:
379379 rm targets.tar
380380
381381 - name : Download target directories (3.5.1)
382- uses : actions/download-artifact@v4
382+ uses : actions/download-artifact@v6
383383 with :
384384 name : target-${{ matrix.os }}-${{ matrix.java }}-3.5.1
385385
@@ -389,7 +389,7 @@ jobs:
389389 rm targets.tar
390390
391391 - name : Download target directories (3.5.2)
392- uses : actions/download-artifact@v4
392+ uses : actions/download-artifact@v6
393393 with :
394394 name : target-${{ matrix.os }}-${{ matrix.java }}-3.5.2
395395
@@ -399,7 +399,7 @@ jobs:
399399 rm targets.tar
400400
401401 - name : Download target directories (3.6.2)
402- uses : actions/download-artifact@v4
402+ uses : actions/download-artifact@v6
403403 with :
404404 name : target-${{ matrix.os }}-${{ matrix.java }}-3.6.2
405405
@@ -409,7 +409,7 @@ jobs:
409409 rm targets.tar
410410
411411 - name : Download target directories (3.6.3)
412- uses : actions/download-artifact@v4
412+ uses : actions/download-artifact@v6
413413 with :
414414 name : target-${{ matrix.os }}-${{ matrix.java }}-3.6.3
415415
@@ -419,7 +419,7 @@ jobs:
419419 rm targets.tar
420420
421421 - name : Download target directories (3.6.4)
422- uses : actions/download-artifact@v4
422+ uses : actions/download-artifact@v6
423423 with :
424424 name : target-${{ matrix.os }}-${{ matrix.java }}-3.6.4
425425
@@ -429,7 +429,7 @@ jobs:
429429 rm targets.tar
430430
431431 - name : Download target directories (3.7.0)
432- uses : actions/download-artifact@v4
432+ uses : actions/download-artifact@v6
433433 with :
434434 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.0
435435
@@ -439,7 +439,7 @@ jobs:
439439 rm targets.tar
440440
441441 - name : Download target directories (3.7.1)
442- uses : actions/download-artifact@v4
442+ uses : actions/download-artifact@v6
443443 with :
444444 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.1
445445
@@ -449,7 +449,7 @@ jobs:
449449 rm targets.tar
450450
451451 - name : Download target directories (3.7.2-RC1)
452- uses : actions/download-artifact@v4
452+ uses : actions/download-artifact@v6
453453 with :
454454 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.2-RC1
455455
@@ -459,7 +459,7 @@ jobs:
459459 rm targets.tar
460460
461461 - name : Download target directories (3.7.2-RC2)
462- uses : actions/download-artifact@v4
462+ uses : actions/download-artifact@v6
463463 with :
464464 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.2-RC2
465465
@@ -469,7 +469,7 @@ jobs:
469469 rm targets.tar
470470
471471 - name : Download target directories (3.7.2)
472- uses : actions/download-artifact@v4
472+ uses : actions/download-artifact@v6
473473 with :
474474 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.2
475475
@@ -479,7 +479,7 @@ jobs:
479479 rm targets.tar
480480
481481 - name : Download target directories (3.7.3-RC1)
482- uses : actions/download-artifact@v4
482+ uses : actions/download-artifact@v6
483483 with :
484484 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.3-RC1
485485
@@ -489,7 +489,7 @@ jobs:
489489 rm targets.tar
490490
491491 - name : Download target directories (3.7.3-RC2)
492- uses : actions/download-artifact@v4
492+ uses : actions/download-artifact@v6
493493 with :
494494 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.3-RC2
495495
@@ -499,7 +499,7 @@ jobs:
499499 rm targets.tar
500500
501501 - name : Download target directories (3.7.3)
502- uses : actions/download-artifact@v4
502+ uses : actions/download-artifact@v6
503503 with :
504504 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.3
505505
@@ -509,7 +509,7 @@ jobs:
509509 rm targets.tar
510510
511511 - name : Download target directories (3.7.4)
512- uses : actions/download-artifact@v4
512+ uses : actions/download-artifact@v6
513513 with :
514514 name : target-${{ matrix.os }}-${{ matrix.java }}-3.7.4
515515
0 commit comments