From 7a5358bed8a678aa72368f905b99fb642bdff6ee Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:08:53 +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 138c03c..a478cf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,32 +180,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.19, rootJS) + - name: Download target directories (2.12.20, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-rootJS - - name: Inflate target directories (2.12.19, rootJS) + - name: Inflate target directories (2.12.20, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.19, rootJVM) + - name: Download target directories (2.12.20, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-rootJVM - - name: Inflate target directories (2.12.19, rootJVM) + - name: Inflate target directories (2.12.20, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.19, rootNative) + - name: Download target directories (2.12.20, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-rootNative - - name: Inflate target directories (2.12.19, rootNative) + - name: Inflate target directories (2.12.20, rootNative) run: | tar xf targets.tar rm targets.tar