From b7e4b4f8d634c5e45c88c3e335645b963204ec5a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 08:07:15 +0000 Subject: [PATCH] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66fbf5ab..107569af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - name: Upload target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}-${{ matrix.workers }} path: targets.tar @@ -162,7 +162,7 @@ jobs: run: sbt +update - name: Download target directories (3, rootJS, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS-1 @@ -172,7 +172,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootJVM, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM-1 @@ -182,7 +182,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootNative, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative-1 @@ -192,7 +192,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJS, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS-1 @@ -202,7 +202,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJVM, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM-1 @@ -212,7 +212,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootNative, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative-1 @@ -222,7 +222,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJS, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS-1 @@ -232,7 +232,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJVM, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM-1 @@ -242,7 +242,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootNative, 1) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative-1