diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edf9d0d..72a30cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,22 +163,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.7, rootJS) + - name: Download target directories (2.13.14, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS - - name: Inflate target directories (2.13.7, rootJS) + - name: Inflate target directories (2.13.14, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.7, rootJVM) + - name: Download target directories (2.13.14, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM - - name: Inflate target directories (2.13.7, rootJVM) + - name: Inflate target directories (2.13.14, rootJVM) run: | tar xf targets.tar rm targets.tar