From bfa17fd4cbc040dbc5f35951d8bf0bfe2f5fb4ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 17:23:12 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9675287..ae2b2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.12, 3.3.3] + scala: [2.12.18, 2.13.12, 3.4.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -102,12 +102,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar