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 8, 2024
1 parent 42411ef commit aa902ee
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 @@ -98,7 +98,7 @@ jobs:

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/series/0.6.x')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
path: targets.tar
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
docker-compose up -d
- name: Download target directories (2.12, skunkJS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-skunkJS

Expand All @@ -148,7 +148,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.12, skunkJVM)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-skunkJVM

Expand All @@ -158,7 +158,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.12, skunkNative)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-skunkNative

Expand All @@ -168,7 +168,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13, skunkJS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-skunkJS

Expand All @@ -178,7 +178,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13, skunkJVM)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-skunkJVM

Expand All @@ -188,7 +188,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13, skunkNative)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-skunkNative

Expand All @@ -198,7 +198,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, skunkJS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-skunkJS

Expand All @@ -208,7 +208,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, skunkJVM)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-skunkJVM

Expand All @@ -218,7 +218,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, skunkNative)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-skunkNative

Expand Down

0 comments on commit aa902ee

Please sign in to comment.