Skip to content

Commit 8581fe9

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 9aae179 commit 8581fe9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 60
4646
steps:
4747
- name: Checkout current branch (full)
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151

@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Upload target directories
124124
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
128128
path: targets.tar
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ${{ matrix.os }}
139139
steps:
140140
- name: Checkout current branch (full)
141-
uses: actions/checkout@v5
141+
uses: actions/checkout@v6
142142
with:
143143
fetch-depth: 0
144144

@@ -172,7 +172,7 @@ jobs:
172172
run: sbt +update
173173

174174
- name: Download target directories (2.12, rootJS)
175-
uses: actions/download-artifact@v4
175+
uses: actions/download-artifact@v6
176176
with:
177177
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
178178

@@ -182,7 +182,7 @@ jobs:
182182
rm targets.tar
183183
184184
- name: Download target directories (2.12, rootJVM)
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v6
186186
with:
187187
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
188188

@@ -192,7 +192,7 @@ jobs:
192192
rm targets.tar
193193
194194
- name: Download target directories (2.12, rootNative)
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v6
196196
with:
197197
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
198198

@@ -202,7 +202,7 @@ jobs:
202202
rm targets.tar
203203
204204
- name: Download target directories (2.13, rootJS)
205-
uses: actions/download-artifact@v4
205+
uses: actions/download-artifact@v6
206206
with:
207207
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
208208

@@ -212,7 +212,7 @@ jobs:
212212
rm targets.tar
213213
214214
- name: Download target directories (2.13, rootJVM)
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v6
216216
with:
217217
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
218218

@@ -222,7 +222,7 @@ jobs:
222222
rm targets.tar
223223
224224
- name: Download target directories (2.13, rootNative)
225-
uses: actions/download-artifact@v4
225+
uses: actions/download-artifact@v6
226226
with:
227227
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
228228

@@ -232,7 +232,7 @@ jobs:
232232
rm targets.tar
233233
234234
- name: Download target directories (3, rootJS)
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v6
236236
with:
237237
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
238238

@@ -242,7 +242,7 @@ jobs:
242242
rm targets.tar
243243
244244
- name: Download target directories (3, rootJVM)
245-
uses: actions/download-artifact@v4
245+
uses: actions/download-artifact@v6
246246
with:
247247
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
248248

@@ -252,7 +252,7 @@ jobs:
252252
rm targets.tar
253253
254254
- name: Download target directories (3, rootNative)
255-
uses: actions/download-artifact@v4
255+
uses: actions/download-artifact@v6
256256
with:
257257
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
258258

@@ -295,7 +295,7 @@ jobs:
295295
runs-on: ${{ matrix.os }}
296296
steps:
297297
- name: Checkout current branch (full)
298-
uses: actions/checkout@v5
298+
uses: actions/checkout@v6
299299
with:
300300
fetch-depth: 0
301301

@@ -343,7 +343,7 @@ jobs:
343343
runs-on: ${{ matrix.os }}
344344
steps:
345345
- name: Checkout current branch (full)
346-
uses: actions/checkout@v5
346+
uses: actions/checkout@v6
347347
with:
348348
fetch-depth: 0
349349

0 commit comments

Comments
 (0)