From ca1377b87e73dfa3981f271e7e204b13637b20df Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Sat, 28 Sep 2024 01:39:53 +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 2976348..0ec007c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,12 +105,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar