Skip to content

Commit a1837d9

Browse files
authored
Merge pull request #1135 from typelevel/update/sbt-typelevel-0.8.3
2 parents f07903f + b5bdcb9 commit a1837d9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

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

119119
- name: Upload target directories
120120
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}-${{ matrix.workers }}
124124
path: targets.tar
@@ -168,7 +168,7 @@ jobs:
168168
run: sbt +update
169169

170170
- name: Download target directories (3, rootJS, 1)
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS-1
174174

@@ -178,7 +178,7 @@ jobs:
178178
rm targets.tar
179179
180180
- name: Download target directories (3, rootJVM, 1)
181-
uses: actions/download-artifact@v4
181+
uses: actions/download-artifact@v6
182182
with:
183183
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM-1
184184

@@ -188,7 +188,7 @@ jobs:
188188
rm targets.tar
189189
190190
- name: Download target directories (3, rootNative, 1)
191-
uses: actions/download-artifact@v4
191+
uses: actions/download-artifact@v6
192192
with:
193193
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative-1
194194

@@ -198,7 +198,7 @@ jobs:
198198
rm targets.tar
199199
200200
- name: Download target directories (2.12, rootJS, 1)
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v6
202202
with:
203203
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS-1
204204

@@ -208,7 +208,7 @@ jobs:
208208
rm targets.tar
209209
210210
- name: Download target directories (2.12, rootJVM, 1)
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v6
212212
with:
213213
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM-1
214214

@@ -218,7 +218,7 @@ jobs:
218218
rm targets.tar
219219
220220
- name: Download target directories (2.12, rootNative, 1)
221-
uses: actions/download-artifact@v4
221+
uses: actions/download-artifact@v6
222222
with:
223223
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative-1
224224

@@ -228,7 +228,7 @@ jobs:
228228
rm targets.tar
229229
230230
- name: Download target directories (2.13, rootJS, 1)
231-
uses: actions/download-artifact@v4
231+
uses: actions/download-artifact@v6
232232
with:
233233
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS-1
234234

@@ -238,7 +238,7 @@ jobs:
238238
rm targets.tar
239239
240240
- name: Download target directories (2.13, rootJVM, 1)
241-
uses: actions/download-artifact@v4
241+
uses: actions/download-artifact@v6
242242
with:
243243
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM-1
244244

@@ -248,7 +248,7 @@ jobs:
248248
rm targets.tar
249249
250250
- name: Download target directories (2.13, rootNative, 1)
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v6
252252
with:
253253
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative-1
254254

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")

0 commit comments

Comments
 (0)