From 07ab08d31d51003d976561d89990c9e3626eb8af Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:10:02 +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 438e08f..9772985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,32 +266,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJS, FastOptStage) + - name: Download target directories (2.13.14, rootJS, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS-FastOptStage - - name: Inflate target directories (2.13.10, rootJS, FastOptStage) + - name: Inflate target directories (2.13.14, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM, FastOptStage) + - name: Download target directories (2.13.14, rootJVM, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM-FastOptStage - - name: Inflate target directories (2.13.10, rootJVM, FastOptStage) + - name: Inflate target directories (2.13.14, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative, FastOptStage) + - name: Download target directories (2.13.14, rootNative, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative-FastOptStage - - name: Inflate target directories (2.13.10, rootNative, FastOptStage) + - name: Inflate target directories (2.13.14, rootNative, FastOptStage) run: | tar xf targets.tar rm targets.tar