From 1e5c7c5791dc2a62375eb1949946d580f3f2b5e8 Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Sun, 16 May 2021 15:02:01 +0300 Subject: [PATCH] github workflow --- .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 d51875b..404887d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.5, 3.0.0-RC3] + scala: [2.13.5, 3.0.0] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.0-RC3) + - name: Download target directories (3.0.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.0-RC3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }} - - name: Inflate target directories (3.0.0-RC3) + - name: Inflate target directories (3.0.0) run: | tar xf targets.tar rm targets.tar