From 8d6006412d2b56249df3d7b93d06807dc05432dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 06:49:07 +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 7ca3956..d6e1751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.16, 3.1.3] + scala: [2.13.8, 2.12.16, 3.3.1] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -138,12 +138,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.1) run: | tar xf targets.tar rm targets.tar