diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dddac68..70f8354 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,12 +141,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar @@ -232,12 +232,12 @@ jobs: java: [adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar