@@ -261,32 +261,32 @@ jobs:
261261 tar xf targets.tar
262262 rm targets.tar
263263
264- - name : Download target directories (2.13.10 , rootJS)
264+ - name : Download target directories (2.13.11 , rootJS)
265265 uses : actions/download-artifact@v3
266266 with :
267- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 -rootJS
267+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.11 -rootJS
268268
269- - name : Inflate target directories (2.13.10 , rootJS)
269+ - name : Inflate target directories (2.13.11 , rootJS)
270270 run : |
271271 tar xf targets.tar
272272 rm targets.tar
273273
274- - name : Download target directories (2.13.10 , rootJVM)
274+ - name : Download target directories (2.13.11 , rootJVM)
275275 uses : actions/download-artifact@v3
276276 with :
277- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 -rootJVM
277+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.11 -rootJVM
278278
279- - name : Inflate target directories (2.13.10 , rootJVM)
279+ - name : Inflate target directories (2.13.11 , rootJVM)
280280 run : |
281281 tar xf targets.tar
282282 rm targets.tar
283283
284- - name : Download target directories (2.13.10 , rootNative)
284+ - name : Download target directories (2.13.11 , rootNative)
285285 uses : actions/download-artifact@v3
286286 with :
287- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 -rootNative
287+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.11 -rootNative
288288
289- - name : Inflate target directories (2.13.10 , rootNative)
289+ - name : Inflate target directories (2.13.11 , rootNative)
290290 run : |
291291 tar xf targets.tar
292292 rm targets.tar
0 commit comments