@@ -499,52 +499,52 @@ jobs:
499499 tar xf targets.tar
500500 rm targets.tar
501501
502- - name : Download target directories (2.13.16 , ciJVM)
502+ - name : Download target directories (2.13.18 , ciJVM)
503503 uses : actions/download-artifact@v4
504504 with :
505- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 -ciJVM
505+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.18 -ciJVM
506506
507- - name : Inflate target directories (2.13.16 , ciJVM)
507+ - name : Inflate target directories (2.13.18 , ciJVM)
508508 run : |
509509 tar xf targets.tar
510510 rm targets.tar
511511
512- - name : Download target directories (2.13.16 , ciNative)
512+ - name : Download target directories (2.13.18 , ciNative)
513513 uses : actions/download-artifact@v4
514514 with :
515- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 -ciNative
515+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.18 -ciNative
516516
517- - name : Inflate target directories (2.13.16 , ciNative)
517+ - name : Inflate target directories (2.13.18 , ciNative)
518518 run : |
519519 tar xf targets.tar
520520 rm targets.tar
521521
522- - name : Download target directories (2.13.16 , ciJS)
522+ - name : Download target directories (2.13.18 , ciJS)
523523 uses : actions/download-artifact@v4
524524 with :
525- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 -ciJS
525+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.18 -ciJS
526526
527- - name : Inflate target directories (2.13.16 , ciJS)
527+ - name : Inflate target directories (2.13.18 , ciJS)
528528 run : |
529529 tar xf targets.tar
530530 rm targets.tar
531531
532- - name : Download target directories (2.13.16 , ciFirefox)
532+ - name : Download target directories (2.13.18 , ciFirefox)
533533 uses : actions/download-artifact@v4
534534 with :
535- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 -ciFirefox
535+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.18 -ciFirefox
536536
537- - name : Inflate target directories (2.13.16 , ciFirefox)
537+ - name : Inflate target directories (2.13.18 , ciFirefox)
538538 run : |
539539 tar xf targets.tar
540540 rm targets.tar
541541
542- - name : Download target directories (2.13.16 , ciChrome)
542+ - name : Download target directories (2.13.18 , ciChrome)
543543 uses : actions/download-artifact@v4
544544 with :
545- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 -ciChrome
545+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.18 -ciChrome
546546
547- - name : Inflate target directories (2.13.16 , ciChrome)
547+ - name : Inflate target directories (2.13.18 , ciChrome)
548548 run : |
549549 tar xf targets.tar
550550 rm targets.tar
0 commit comments