Skip to content

Commit 428808a

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 8305c61 commit 428808a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload target directories
9494
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/series/0.1')
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9898
path: targets.tar
@@ -126,7 +126,7 @@ jobs:
126126
run: sbt +update
127127

128128
- name: Download target directories (3, rootJS)
129-
uses: actions/download-artifact@v3
129+
uses: actions/download-artifact@v4
130130
with:
131131
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
132132

@@ -136,7 +136,7 @@ jobs:
136136
rm targets.tar
137137
138138
- name: Download target directories (3, rootJVM)
139-
uses: actions/download-artifact@v3
139+
uses: actions/download-artifact@v4
140140
with:
141141
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
142142

0 commit comments

Comments
 (0)