diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c46e42..0ffaf85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3, 2.13.15, 2.12.20] + scala: [3.3.4, 2.13.15, 2.12.20] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -105,12 +105,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (3.3.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar