From 453104c1373859eaceda56b80ab4047ac51c25e9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:19 +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 c9def788..1e81bddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJS, 1) + - name: Download target directories (2.12.18, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 - - name: Inflate target directories (2.12.17, rootJS, 1) + - name: Inflate target directories (2.12.18, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, 1) + - name: Download target directories (2.12.18, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 - - name: Inflate target directories (2.12.17, rootJVM, 1) + - name: Inflate target directories (2.12.18, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, 1) + - name: Download target directories (2.12.18, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 - - name: Inflate target directories (2.12.17, rootNative, 1) + - name: Inflate target directories (2.12.18, rootNative, 1) run: | tar xf targets.tar rm targets.tar