diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 153f972..d4e3baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,32 +267,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootJS) + - name: Download target directories (3.3.4, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJS - - name: Inflate target directories (3.2.1, rootJS) + - name: Inflate target directories (3.3.4, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootJVM) + - name: Download target directories (3.3.4, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJVM - - name: Inflate target directories (3.2.1, rootJVM) + - name: Inflate target directories (3.3.4, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootNative) + - name: Download target directories (3.3.4, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootNative - - name: Inflate target directories (3.2.1, rootNative) + - name: Inflate target directories (3.3.4, rootNative) run: | tar xf targets.tar rm targets.tar