diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ca32b..a9902f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,32 +266,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJS, FastOptStage) + - name: Download target directories (2.13.13, rootJS, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootJS-FastOptStage - - name: Inflate target directories (2.13.10, rootJS, FastOptStage) + - name: Inflate target directories (2.13.13, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM, FastOptStage) + - name: Download target directories (2.13.13, rootJVM, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootJVM-FastOptStage - - name: Inflate target directories (2.13.10, rootJVM, FastOptStage) + - name: Inflate target directories (2.13.13, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative, FastOptStage) + - name: Download target directories (2.13.13, rootNative, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootNative-FastOptStage - - name: Inflate target directories (2.13.10, rootNative, FastOptStage) + - name: Inflate target directories (2.13.13, rootNative, FastOptStage) run: | tar xf targets.tar rm targets.tar