@@ -197,7 +197,7 @@ jobs:
197
197
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
198
198
199
199
- name : Download target directories (2.12.17, rootJS)
200
- uses : actions/download-artifact@v3
200
+ uses : actions/download-artifact@v4.1.7
201
201
with :
202
202
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
203
203
@@ -207,7 +207,7 @@ jobs:
207
207
rm targets.tar
208
208
209
209
- name : Download target directories (2.12.17, rootJVM)
210
- uses : actions/download-artifact@v3
210
+ uses : actions/download-artifact@v4.1.7
211
211
with :
212
212
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
213
213
@@ -217,7 +217,7 @@ jobs:
217
217
rm targets.tar
218
218
219
219
- name : Download target directories (2.12.17, rootNative)
220
- uses : actions/download-artifact@v3
220
+ uses : actions/download-artifact@v4.1.7
221
221
with :
222
222
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
223
223
@@ -227,7 +227,7 @@ jobs:
227
227
rm targets.tar
228
228
229
229
- name : Download target directories (2.13.10, rootJS)
230
- uses : actions/download-artifact@v3
230
+ uses : actions/download-artifact@v4.1.7
231
231
with :
232
232
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
233
233
@@ -237,7 +237,7 @@ jobs:
237
237
rm targets.tar
238
238
239
239
- name : Download target directories (2.13.10, rootJVM)
240
- uses : actions/download-artifact@v3
240
+ uses : actions/download-artifact@v4.1.7
241
241
with :
242
242
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
243
243
@@ -247,7 +247,7 @@ jobs:
247
247
rm targets.tar
248
248
249
249
- name : Download target directories (2.13.10, rootNative)
250
- uses : actions/download-artifact@v3
250
+ uses : actions/download-artifact@v4.1.7
251
251
with :
252
252
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
253
253
@@ -257,7 +257,7 @@ jobs:
257
257
rm targets.tar
258
258
259
259
- name : Download target directories (3.2.2, rootJS)
260
- uses : actions/download-artifact@v3
260
+ uses : actions/download-artifact@v4.1.7
261
261
with :
262
262
name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS
263
263
@@ -267,7 +267,7 @@ jobs:
267
267
rm targets.tar
268
268
269
269
- name : Download target directories (3.2.2, rootJVM)
270
- uses : actions/download-artifact@v3
270
+ uses : actions/download-artifact@v4.1.7
271
271
with :
272
272
name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM
273
273
@@ -277,7 +277,7 @@ jobs:
277
277
rm targets.tar
278
278
279
279
- name : Download target directories (3.2.2, rootNative)
280
- uses : actions/download-artifact@v3
280
+ uses : actions/download-artifact@v4.1.7
281
281
with :
282
282
name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative
283
283
0 commit comments