From fa5a5ef9602944ee05cb2d7d7e0f0ed59990f557 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:21:24 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d14906428..1be9e7bc82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -422,32 +422,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, ciJVM) + - name: Download target directories (2.12.19, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciJVM - - name: Inflate target directories (2.12.18, ciJVM) + - name: Inflate target directories (2.12.19, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, ciNative) + - name: Download target directories (2.12.19, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciNative - - name: Inflate target directories (2.12.18, ciNative) + - name: Inflate target directories (2.12.19, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, ciJS) + - name: Download target directories (2.12.19, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciJS - - name: Inflate target directories (2.12.18, ciJS) + - name: Inflate target directories (2.12.19, ciJS) run: | tar xf targets.tar rm targets.tar