Skip to content

Commit 65f9e39

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent aa3bc8b commit 65f9e39

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Upload target directories
136136
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
137-
uses: actions/upload-artifact@v4
137+
uses: actions/upload-artifact@v5
138138
with:
139139
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
140140
path: targets.tar
@@ -197,7 +197,7 @@ jobs:
197197
run: sbt +update
198198

199199
- name: Download target directories (2.12, catsNative)
200-
uses: actions/download-artifact@v4
200+
uses: actions/download-artifact@v6
201201
with:
202202
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-catsNative
203203

@@ -207,7 +207,7 @@ jobs:
207207
rm targets.tar
208208
209209
- name: Download target directories (2.12, catsJS)
210-
uses: actions/download-artifact@v4
210+
uses: actions/download-artifact@v6
211211
with:
212212
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-catsJS
213213

@@ -217,7 +217,7 @@ jobs:
217217
rm targets.tar
218218
219219
- name: Download target directories (2.12, catsJVM)
220-
uses: actions/download-artifact@v4
220+
uses: actions/download-artifact@v6
221221
with:
222222
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-catsJVM
223223

@@ -227,7 +227,7 @@ jobs:
227227
rm targets.tar
228228
229229
- name: Download target directories (2.13, catsNative)
230-
uses: actions/download-artifact@v4
230+
uses: actions/download-artifact@v6
231231
with:
232232
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-catsNative
233233

@@ -237,7 +237,7 @@ jobs:
237237
rm targets.tar
238238
239239
- name: Download target directories (2.13, catsJS)
240-
uses: actions/download-artifact@v4
240+
uses: actions/download-artifact@v6
241241
with:
242242
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-catsJS
243243

@@ -247,7 +247,7 @@ jobs:
247247
rm targets.tar
248248
249249
- name: Download target directories (2.13, catsJVM)
250-
uses: actions/download-artifact@v4
250+
uses: actions/download-artifact@v6
251251
with:
252252
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-catsJVM
253253

@@ -257,7 +257,7 @@ jobs:
257257
rm targets.tar
258258
259259
- name: Download target directories (3, catsNative)
260-
uses: actions/download-artifact@v4
260+
uses: actions/download-artifact@v6
261261
with:
262262
name: target-${{ matrix.os }}-${{ matrix.java }}-3-catsNative
263263

@@ -267,7 +267,7 @@ jobs:
267267
rm targets.tar
268268
269269
- name: Download target directories (3, catsJS)
270-
uses: actions/download-artifact@v4
270+
uses: actions/download-artifact@v6
271271
with:
272272
name: target-${{ matrix.os }}-${{ matrix.java }}-3-catsJS
273273

@@ -277,7 +277,7 @@ jobs:
277277
rm targets.tar
278278
279279
- name: Download target directories (3, catsJVM)
280-
uses: actions/download-artifact@v4
280+
uses: actions/download-artifact@v6
281281
with:
282282
name: target-${{ matrix.os }}-${{ matrix.java }}-3-catsJVM
283283

0 commit comments

Comments
 (0)