From 5a59b763f6a7971943df644f6783cb34dfb5a823 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:13:52 +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 1f861a5..466c814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,12 +257,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootNative) + - name: Download target directories (2.13.15, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-rootNative - - name: Inflate target directories (2.13.12, rootNative) + - name: Inflate target directories (2.13.15, rootNative) run: | tar xf targets.tar rm targets.tar