diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9def788..1e81bddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJS, 1) + - name: Download target directories (2.12.18, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 - - name: Inflate target directories (2.12.17, rootJS, 1) + - name: Inflate target directories (2.12.18, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, 1) + - name: Download target directories (2.12.18, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 - - name: Inflate target directories (2.12.17, rootJVM, 1) + - name: Inflate target directories (2.12.18, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, 1) + - name: Download target directories (2.12.18, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 - - name: Inflate target directories (2.12.17, rootNative, 1) + - name: Inflate target directories (2.12.18, rootNative, 1) run: | tar xf targets.tar rm targets.tar