diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaad841cf1..fda1ed4d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -452,52 +452,52 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14, ciJVM) + - name: Download target directories (2.13.15, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciJVM - - name: Inflate target directories (2.13.14, ciJVM) + - name: Inflate target directories (2.13.15, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14, ciNative) + - name: Download target directories (2.13.15, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciNative - - name: Inflate target directories (2.13.14, ciNative) + - name: Inflate target directories (2.13.15, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14, ciJS) + - name: Download target directories (2.13.15, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciJS - - name: Inflate target directories (2.13.14, ciJS) + - name: Inflate target directories (2.13.15, ciJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14, ciFirefox) + - name: Download target directories (2.13.15, ciFirefox) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciFirefox + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciFirefox - - name: Inflate target directories (2.13.14, ciFirefox) + - name: Inflate target directories (2.13.15, ciFirefox) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14, ciChrome) + - name: Download target directories (2.13.15, ciChrome) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciChrome + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciChrome - - name: Inflate target directories (2.13.14, ciChrome) + - name: Inflate target directories (2.13.15, ciChrome) run: | tar xf targets.tar rm targets.tar