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