From b60d70cf8288533012e657e23b8ae522d59e3e6b Mon Sep 17 00:00:00 2001 From: Fausto Di Natale Date: Wed, 6 Oct 2021 14:46:23 +0000 Subject: [PATCH] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1dc440b..5aa2dbcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,12 +133,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.10) + - name: Download target directories (2.12.15) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} - - name: Inflate target directories (2.12.10) + - name: Inflate target directories (2.12.15) run: | tar xf targets.tar rm targets.tar @@ -215,12 +215,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.10) + - name: Download target directories (2.12.15) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} - - name: Inflate target directories (2.12.10) + - name: Inflate target directories (2.12.15) run: | tar xf targets.tar rm targets.tar