diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feca36c63..248c47c5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,32 +227,32 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.10, rootJS) + - name: Download target directories (2.13.15, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootJS - - name: Inflate target directories (2.13.10, rootJS) + - name: Inflate target directories (2.13.15, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM) + - name: Download target directories (2.13.15, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootJVM - - name: Inflate target directories (2.13.10, rootJVM) + - name: Inflate target directories (2.13.15, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative) + - name: Download target directories (2.13.15, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootNative - - name: Inflate target directories (2.13.10, rootNative) + - name: Inflate target directories (2.13.15, rootNative) run: | tar xf targets.tar rm targets.tar