@@ -469,32 +469,32 @@ jobs:
469469 tar xf targets.tar
470470 rm targets.tar
471471
472- - name : Download target directories (2.12.20 , ciJVM)
472+ - name : Download target directories (2.12.21 , ciJVM)
473473 uses : actions/download-artifact@v4
474474 with :
475- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.20 -ciJVM
475+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -ciJVM
476476
477- - name : Inflate target directories (2.12.20 , ciJVM)
477+ - name : Inflate target directories (2.12.21 , ciJVM)
478478 run : |
479479 tar xf targets.tar
480480 rm targets.tar
481481
482- - name : Download target directories (2.12.20 , ciNative)
482+ - name : Download target directories (2.12.21 , ciNative)
483483 uses : actions/download-artifact@v4
484484 with :
485- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.20 -ciNative
485+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -ciNative
486486
487- - name : Inflate target directories (2.12.20 , ciNative)
487+ - name : Inflate target directories (2.12.21 , ciNative)
488488 run : |
489489 tar xf targets.tar
490490 rm targets.tar
491491
492- - name : Download target directories (2.12.20 , ciJS)
492+ - name : Download target directories (2.12.21 , ciJS)
493493 uses : actions/download-artifact@v4
494494 with :
495- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.20 -ciJS
495+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -ciJS
496496
497- - name : Inflate target directories (2.12.20 , ciJS)
497+ - name : Inflate target directories (2.12.21 , ciJS)
498498 run : |
499499 tar xf targets.tar
500500 rm targets.tar
0 commit comments