diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1b13e..787b15b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,32 +210,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootJS) + - name: Download target directories (2.13.15, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootJS - - name: Inflate target directories (2.13.12, rootJS) + - name: Inflate target directories (2.13.15, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootJVM) + - name: Download target directories (2.13.15, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootJVM - - name: Inflate target directories (2.13.12, rootJVM) + - name: Inflate target directories (2.13.15, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootNative) + - name: Download target directories (2.13.15, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootNative - - name: Inflate target directories (2.13.12, rootNative) + - name: Inflate target directories (2.13.15, rootNative) run: | tar xf targets.tar rm targets.tar