@@ -232,32 +232,32 @@ jobs:
232
232
~/Library/Caches/Coursier/v1
233
233
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
234
234
235
- - name : Download target directories (2.12.16 , rootJS)
235
+ - name : Download target directories (2.12.17 , rootJS)
236
236
uses : actions/download-artifact@v2
237
237
with :
238
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS
238
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS
239
239
240
- - name : Inflate target directories (2.12.16 , rootJS)
240
+ - name : Inflate target directories (2.12.17 , rootJS)
241
241
run : |
242
242
tar xf targets.tar
243
243
rm targets.tar
244
244
245
- - name : Download target directories (2.12.16 , rootJVM)
245
+ - name : Download target directories (2.12.17 , rootJVM)
246
246
uses : actions/download-artifact@v2
247
247
with :
248
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM
248
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM
249
249
250
- - name : Inflate target directories (2.12.16 , rootJVM)
250
+ - name : Inflate target directories (2.12.17 , rootJVM)
251
251
run : |
252
252
tar xf targets.tar
253
253
rm targets.tar
254
254
255
- - name : Download target directories (2.12.16 , rootNative)
255
+ - name : Download target directories (2.12.17 , rootNative)
256
256
uses : actions/download-artifact@v2
257
257
with :
258
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootNative
258
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative
259
259
260
- - name : Inflate target directories (2.12.16 , rootNative)
260
+ - name : Inflate target directories (2.12.17 , rootNative)
261
261
run : |
262
262
tar xf targets.tar
263
263
rm targets.tar
0 commit comments