Skip to content

Commit

Permalink
Run prePR with sbt-typelevel
Browse files Browse the repository at this point in the history
Executed command: sbt tlPrePrBotHook
  • Loading branch information
typelevel-steward[bot] committed Jan 13, 2024
1 parent b674cae commit b7e4b4f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit b7e4b4f

Please sign in to comment.