@@ -239,7 +239,7 @@ jobs:
239
239
- uses : VirtusLab/scala-cli-setup@v1
240
240
with :
241
241
jvm : " temurin:17"
242
- - uses : actions/download-artifact@v4
242
+ - uses : actions/download-artifact@v5
243
243
with :
244
244
name : linux-launchers
245
245
path : artifacts/
@@ -272,7 +272,7 @@ jobs:
272
272
- uses : VirtusLab/scala-cli-setup@v1
273
273
with :
274
274
jvm : " temurin:17"
275
- - uses : actions/download-artifact@v4
275
+ - uses : actions/download-artifact@v5
276
276
with :
277
277
name : linux-launchers
278
278
path : artifacts/
@@ -305,7 +305,7 @@ jobs:
305
305
- uses : VirtusLab/scala-cli-setup@v1
306
306
with :
307
307
jvm : " temurin:17"
308
- - uses : actions/download-artifact@v4
308
+ - uses : actions/download-artifact@v5
309
309
with :
310
310
name : linux-launchers
311
311
path : artifacts/
@@ -338,7 +338,7 @@ jobs:
338
338
- uses : VirtusLab/scala-cli-setup@v1
339
339
with :
340
340
jvm : " temurin:17"
341
- - uses : actions/download-artifact@v4
341
+ - uses : actions/download-artifact@v5
342
342
with :
343
343
name : linux-launchers
344
344
path : artifacts/
@@ -371,7 +371,7 @@ jobs:
371
371
- uses : VirtusLab/scala-cli-setup@v1
372
372
with :
373
373
jvm : " temurin:17"
374
- - uses : actions/download-artifact@v4
374
+ - uses : actions/download-artifact@v5
375
375
with :
376
376
name : linux-launchers
377
377
path : artifacts/
@@ -457,7 +457,7 @@ jobs:
457
457
jvm : " temurin:17"
458
458
- name : Ensure it's not running on aarch64
459
459
run : scala-cli -e 'assert(System.getProperty("os.arch") != "aarch64")'
460
- - uses : actions/download-artifact@v4
460
+ - uses : actions/download-artifact@v5
461
461
with :
462
462
name : macos-launchers
463
463
path : artifacts/
@@ -492,7 +492,7 @@ jobs:
492
492
jvm : " temurin:17"
493
493
- name : Ensure it's not running on aarch64
494
494
run : scala-cli -e 'assert(System.getProperty("os.arch") != "aarch64")'
495
- - uses : actions/download-artifact@v4
495
+ - uses : actions/download-artifact@v5
496
496
with :
497
497
name : macos-launchers
498
498
path : artifacts/
@@ -527,7 +527,7 @@ jobs:
527
527
jvm : " temurin:17"
528
528
- name : Ensure it's not running on aarch64
529
529
run : scala-cli -e 'assert(System.getProperty("os.arch") != "aarch64")'
530
- - uses : actions/download-artifact@v4
530
+ - uses : actions/download-artifact@v5
531
531
with :
532
532
name : macos-launchers
533
533
path : artifacts/
@@ -562,7 +562,7 @@ jobs:
562
562
jvm : " temurin:17"
563
563
- name : Ensure it's not running on aarch64
564
564
run : scala-cli -e 'assert(System.getProperty("os.arch") != "aarch64")'
565
- - uses : actions/download-artifact@v4
565
+ - uses : actions/download-artifact@v5
566
566
with :
567
567
name : macos-launchers
568
568
path : artifacts/
@@ -597,7 +597,7 @@ jobs:
597
597
jvm : " temurin:17"
598
598
- name : Ensure it's not running on aarch64
599
599
run : scala-cli -e 'assert(System.getProperty("os.arch") != "aarch64")'
600
- - uses : actions/download-artifact@v4
600
+ - uses : actions/download-artifact@v5
601
601
with :
602
602
name : macos-launchers
603
603
path : artifacts/
@@ -660,7 +660,7 @@ jobs:
660
660
jvm : " https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
661
661
- name : Ensure it's running on aarch64
662
662
run : scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
663
- - uses : actions/download-artifact@v4
663
+ - uses : actions/download-artifact@v5
664
664
with :
665
665
name : macos-m1-launchers
666
666
path : artifacts/
@@ -695,7 +695,7 @@ jobs:
695
695
jvm : " https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
696
696
- name : Ensure it's running on aarch64
697
697
run : scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
698
- - uses : actions/download-artifact@v4
698
+ - uses : actions/download-artifact@v5
699
699
with :
700
700
name : macos-m1-launchers
701
701
path : artifacts/
@@ -730,7 +730,7 @@ jobs:
730
730
jvm : " https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
731
731
- name : Ensure it's running on aarch64
732
732
run : scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
733
- - uses : actions/download-artifact@v4
733
+ - uses : actions/download-artifact@v5
734
734
with :
735
735
name : macos-m1-launchers
736
736
path : artifacts/
@@ -765,7 +765,7 @@ jobs:
765
765
jvm : " https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
766
766
- name : Ensure it's running on aarch64
767
767
run : scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
768
- - uses : actions/download-artifact@v4
768
+ - uses : actions/download-artifact@v5
769
769
with :
770
770
name : macos-m1-launchers
771
771
path : artifacts/
@@ -800,7 +800,7 @@ jobs:
800
800
jvm : " https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
801
801
- name : Ensure it's running on aarch64
802
802
run : scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
803
- - uses : actions/download-artifact@v4
803
+ - uses : actions/download-artifact@v5
804
804
with :
805
805
name : macos-m1-launchers
806
806
path : artifacts/
@@ -871,7 +871,7 @@ jobs:
871
871
- name : Get latest coursier launcher
872
872
run : .github/scripts/get-latest-cs.sh
873
873
shell : bash
874
- - uses : actions/download-artifact@v4
874
+ - uses : actions/download-artifact@v5
875
875
with :
876
876
name : windows-launchers
877
877
path : artifacts/
@@ -912,7 +912,7 @@ jobs:
912
912
- name : Get latest coursier launcher
913
913
run : .github/scripts/get-latest-cs.sh
914
914
shell : bash
915
- - uses : actions/download-artifact@v4
915
+ - uses : actions/download-artifact@v5
916
916
with :
917
917
name : windows-launchers
918
918
path : artifacts/
@@ -953,7 +953,7 @@ jobs:
953
953
- name : Get latest coursier launcher
954
954
run : .github/scripts/get-latest-cs.sh
955
955
shell : bash
956
- - uses : actions/download-artifact@v4
956
+ - uses : actions/download-artifact@v5
957
957
with :
958
958
name : windows-launchers
959
959
path : artifacts/
@@ -994,7 +994,7 @@ jobs:
994
994
- name : Get latest coursier launcher
995
995
run : .github/scripts/get-latest-cs.sh
996
996
shell : bash
997
- - uses : actions/download-artifact@v4
997
+ - uses : actions/download-artifact@v5
998
998
with :
999
999
name : windows-launchers
1000
1000
path : artifacts/
@@ -1035,7 +1035,7 @@ jobs:
1035
1035
- name : Get latest coursier launcher
1036
1036
run : .github/scripts/get-latest-cs.sh
1037
1037
shell : bash
1038
- - uses : actions/download-artifact@v4
1038
+ - uses : actions/download-artifact@v5
1039
1039
with :
1040
1040
name : windows-launchers
1041
1041
path : artifacts/
@@ -1092,7 +1092,7 @@ jobs:
1092
1092
- uses : VirtusLab/scala-cli-setup@v1
1093
1093
with :
1094
1094
jvm : " temurin:17"
1095
- - uses : actions/download-artifact@v4
1095
+ - uses : actions/download-artifact@v5
1096
1096
with :
1097
1097
name : mostly-static-launchers
1098
1098
path : artifacts/
@@ -1139,7 +1139,7 @@ jobs:
1139
1139
- uses : VirtusLab/scala-cli-setup@v1
1140
1140
with :
1141
1141
jvm : " temurin:17"
1142
- - uses : actions/download-artifact@v4
1142
+ - uses : actions/download-artifact@v5
1143
1143
with :
1144
1144
name : mostly-static-launchers
1145
1145
path : artifacts/
@@ -1172,7 +1172,7 @@ jobs:
1172
1172
- uses : VirtusLab/scala-cli-setup@v1
1173
1173
with :
1174
1174
jvm : " temurin:17"
1175
- - uses : actions/download-artifact@v4
1175
+ - uses : actions/download-artifact@v5
1176
1176
with :
1177
1177
name : mostly-static-launchers
1178
1178
path : artifacts/
@@ -1205,7 +1205,7 @@ jobs:
1205
1205
- uses : VirtusLab/scala-cli-setup@v1
1206
1206
with :
1207
1207
jvm : " temurin:17"
1208
- - uses : actions/download-artifact@v4
1208
+ - uses : actions/download-artifact@v5
1209
1209
with :
1210
1210
name : mostly-static-launchers
1211
1211
path : artifacts/
@@ -1238,7 +1238,7 @@ jobs:
1238
1238
- uses : VirtusLab/scala-cli-setup@v1
1239
1239
with :
1240
1240
jvm : " temurin:17"
1241
- - uses : actions/download-artifact@v4
1241
+ - uses : actions/download-artifact@v5
1242
1242
with :
1243
1243
name : mostly-static-launchers
1244
1244
path : artifacts/
@@ -1295,7 +1295,7 @@ jobs:
1295
1295
- uses : VirtusLab/scala-cli-setup@v1
1296
1296
with :
1297
1297
jvm : " temurin:17"
1298
- - uses : actions/download-artifact@v4
1298
+ - uses : actions/download-artifact@v5
1299
1299
with :
1300
1300
name : static-launchers
1301
1301
path : artifacts/
@@ -1342,7 +1342,7 @@ jobs:
1342
1342
- uses : VirtusLab/scala-cli-setup@v1
1343
1343
with :
1344
1344
jvm : " temurin:17"
1345
- - uses : actions/download-artifact@v4
1345
+ - uses : actions/download-artifact@v5
1346
1346
with :
1347
1347
name : static-launchers
1348
1348
path : artifacts/
@@ -1377,7 +1377,7 @@ jobs:
1377
1377
- uses : VirtusLab/scala-cli-setup@v1
1378
1378
with :
1379
1379
jvm : " temurin:17"
1380
- - uses : actions/download-artifact@v4
1380
+ - uses : actions/download-artifact@v5
1381
1381
with :
1382
1382
name : static-launchers
1383
1383
path : artifacts/
@@ -1412,7 +1412,7 @@ jobs:
1412
1412
- uses : VirtusLab/scala-cli-setup@v1
1413
1413
with :
1414
1414
jvm : " temurin:17"
1415
- - uses : actions/download-artifact@v4
1415
+ - uses : actions/download-artifact@v5
1416
1416
with :
1417
1417
name : static-launchers
1418
1418
path : artifacts/
@@ -1447,7 +1447,7 @@ jobs:
1447
1447
- uses : VirtusLab/scala-cli-setup@v1
1448
1448
with :
1449
1449
jvm : " temurin:17"
1450
- - uses : actions/download-artifact@v4
1450
+ - uses : actions/download-artifact@v5
1451
1451
with :
1452
1452
name : static-launchers
1453
1453
path : artifacts/
@@ -1757,47 +1757,47 @@ jobs:
1757
1757
with :
1758
1758
jvm : " temurin:17"
1759
1759
- run : ./mill -i ci.setShouldPublish
1760
- - uses : actions/download-artifact@v4
1760
+ - uses : actions/download-artifact@v5
1761
1761
if : env.SHOULD_PUBLISH == 'true'
1762
1762
with :
1763
1763
name : linux-launchers
1764
1764
path : artifacts/
1765
- - uses : actions/download-artifact@v4
1765
+ - uses : actions/download-artifact@v5
1766
1766
if : env.SHOULD_PUBLISH == 'true'
1767
1767
with :
1768
1768
name : linux-aarch64-launchers
1769
1769
path : artifacts/
1770
- - uses : actions/download-artifact@v4
1770
+ - uses : actions/download-artifact@v5
1771
1771
if : env.SHOULD_PUBLISH == 'true'
1772
1772
with :
1773
1773
name : macos-launchers
1774
1774
path : artifacts/
1775
- - uses : actions/download-artifact@v4
1775
+ - uses : actions/download-artifact@v5
1776
1776
if : env.SHOULD_PUBLISH == 'true'
1777
1777
with :
1778
1778
name : macos-m1-launchers
1779
1779
path : artifacts/
1780
- - uses : actions/download-artifact@v4
1780
+ - uses : actions/download-artifact@v5
1781
1781
if : env.SHOULD_PUBLISH == 'true'
1782
1782
with :
1783
1783
name : windows-launchers
1784
1784
path : artifacts/
1785
- - uses : actions/download-artifact@v4
1785
+ - uses : actions/download-artifact@v5
1786
1786
if : env.SHOULD_PUBLISH == 'true'
1787
1787
with :
1788
1788
name : mostly-static-launchers
1789
1789
path : artifacts/
1790
- - uses : actions/download-artifact@v4
1790
+ - uses : actions/download-artifact@v5
1791
1791
if : env.SHOULD_PUBLISH == 'true'
1792
1792
with :
1793
1793
name : static-launchers
1794
1794
path : artifacts/
1795
- - uses : actions/download-artifact@v4
1795
+ - uses : actions/download-artifact@v5
1796
1796
if : env.SHOULD_PUBLISH == 'true'
1797
1797
with :
1798
1798
name : jvm-launchers
1799
1799
path : artifacts/
1800
- - uses : actions/download-artifact@v4
1800
+ - uses : actions/download-artifact@v5
1801
1801
if : env.SHOULD_PUBLISH == 'true'
1802
1802
with :
1803
1803
name : vc-redist-launchers
@@ -1822,35 +1822,35 @@ jobs:
1822
1822
- uses : VirtusLab/scala-cli-setup@v1
1823
1823
with :
1824
1824
jvm : " temurin:17"
1825
- - uses : actions/download-artifact@v4
1825
+ - uses : actions/download-artifact@v5
1826
1826
with :
1827
1827
name : linux-launchers
1828
1828
path : artifacts/
1829
- - uses : actions/download-artifact@v4
1829
+ - uses : actions/download-artifact@v5
1830
1830
with :
1831
1831
name : linux-aarch64-launchers
1832
1832
path : artifacts/
1833
- - uses : actions/download-artifact@v4
1833
+ - uses : actions/download-artifact@v5
1834
1834
with :
1835
1835
name : macos-launchers
1836
1836
path : artifacts/
1837
- - uses : actions/download-artifact@v4
1837
+ - uses : actions/download-artifact@v5
1838
1838
with :
1839
1839
name : macos-m1-launchers
1840
1840
path : artifacts/
1841
- - uses : actions/download-artifact@v4
1841
+ - uses : actions/download-artifact@v5
1842
1842
with :
1843
1843
name : windows-launchers
1844
1844
path : artifacts/
1845
- - uses : actions/download-artifact@v4
1845
+ - uses : actions/download-artifact@v5
1846
1846
with :
1847
1847
name : mostly-static-launchers
1848
1848
path : artifacts/
1849
- - uses : actions/download-artifact@v4
1849
+ - uses : actions/download-artifact@v5
1850
1850
with :
1851
1851
name : static-launchers
1852
1852
path : artifacts/
1853
- - uses : actions/download-artifact@v4
1853
+ - uses : actions/download-artifact@v5
1854
1854
with :
1855
1855
name : jvm-launchers
1856
1856
path : artifacts/
@@ -1914,7 +1914,7 @@ jobs:
1914
1914
- uses : VirtusLab/scala-cli-setup@v1
1915
1915
with :
1916
1916
jvm : " temurin:17"
1917
- - uses : actions/download-artifact@v4
1917
+ - uses : actions/download-artifact@v5
1918
1918
with :
1919
1919
name : windows-launchers
1920
1920
path : artifacts/
0 commit comments