From 198c6e539b12df44736fe065fba999cff54d1bee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 May 2024 16:41:22 +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 078d41d..b6bf4ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,12 +153,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.13) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.13) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar