From f4c7487027b938bfe99049e646e59d48e9ac0cb8 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:16:25 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 098d3cfc81..b60832f2c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -452,52 +452,52 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, ciJVM) + - name: Download target directories (2.13.13, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciJVM - - name: Inflate target directories (2.13.12, ciJVM) + - name: Inflate target directories (2.13.13, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, ciNative) + - name: Download target directories (2.13.13, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciNative - - name: Inflate target directories (2.13.12, ciNative) + - name: Inflate target directories (2.13.13, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, ciJS) + - name: Download target directories (2.13.13, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciJS - - name: Inflate target directories (2.13.12, ciJS) + - name: Inflate target directories (2.13.13, ciJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, ciFirefox) + - name: Download target directories (2.13.13, ciFirefox) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciFirefox + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciFirefox - - name: Inflate target directories (2.13.12, ciFirefox) + - name: Inflate target directories (2.13.13, ciFirefox) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, ciChrome) + - name: Download target directories (2.13.13, ciChrome) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciChrome + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciChrome - - name: Inflate target directories (2.13.12, ciChrome) + - name: Inflate target directories (2.13.13, ciChrome) run: | tar xf targets.tar rm targets.tar