From 34e3a06cb3733b13b198020f973a7cec07a74f7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Aug 2024 18:37:55 +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 26623ff..923b627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.4.2) + - name: Download target directories (3.4.3) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.4.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.3-${{ matrix.java }} - - name: Inflate target directories (3.4.2) + - name: Inflate target directories (3.4.3) run: | tar xf targets.tar rm targets.tar