@@ -130,7 +130,7 @@ jobs:
130130 run : ./sbt +update
131131
132132 - name : Download target directories (2.12, rootJS)
133- uses : actions/download-artifact@v4
133+ uses : actions/download-artifact@v6
134134 with :
135135 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
136136
@@ -140,7 +140,7 @@ jobs:
140140 rm targets.tar
141141
142142 - name : Download target directories (2.12, rootJVM)
143- uses : actions/download-artifact@v4
143+ uses : actions/download-artifact@v6
144144 with :
145145 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
146146
@@ -150,7 +150,7 @@ jobs:
150150 rm targets.tar
151151
152152 - name : Download target directories (2.12, rootNative)
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v6
154154 with :
155155 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
156156
@@ -160,7 +160,7 @@ jobs:
160160 rm targets.tar
161161
162162 - name : Download target directories (2.13, rootJS)
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v6
164164 with :
165165 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
166166
@@ -170,7 +170,7 @@ jobs:
170170 rm targets.tar
171171
172172 - name : Download target directories (2.13, rootJVM)
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v6
174174 with :
175175 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
176176
@@ -180,7 +180,7 @@ jobs:
180180 rm targets.tar
181181
182182 - name : Download target directories (2.13, rootNative)
183- uses : actions/download-artifact@v4
183+ uses : actions/download-artifact@v6
184184 with :
185185 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
186186
@@ -190,7 +190,7 @@ jobs:
190190 rm targets.tar
191191
192192 - name : Download target directories (3, rootJS)
193- uses : actions/download-artifact@v4
193+ uses : actions/download-artifact@v6
194194 with :
195195 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
196196
0 commit comments