From 32c15116638f8993ff587bccebff3b14f60981b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jul 2022 17:21:27 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b1148..07853f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar