Skip to content

Commit f6b90d2

Browse files
authored
Merge pull request #940 from typelevel/update/sbt-typelevel-0.8.3
2 parents ae1d67a + ed4723a commit f6b90d2

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
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Upload target directories
115115
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
119119
path: targets.tar
@@ -163,7 +163,7 @@ jobs:
163163
run: sbt +update
164164

165165
- name: Download target directories (2.13, rootJS)
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v6
167167
with:
168168
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
169169

@@ -173,7 +173,7 @@ jobs:
173173
rm targets.tar
174174
175175
- name: Download target directories (2.13, rootJVM)
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v6
177177
with:
178178
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
179179

@@ -183,7 +183,7 @@ jobs:
183183
rm targets.tar
184184
185185
- name: Download target directories (2.13, rootNative)
186-
uses: actions/download-artifact@v4
186+
uses: actions/download-artifact@v6
187187
with:
188188
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
189189

@@ -193,7 +193,7 @@ jobs:
193193
rm targets.tar
194194
195195
- name: Download target directories (2.12, rootJS)
196-
uses: actions/download-artifact@v4
196+
uses: actions/download-artifact@v6
197197
with:
198198
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
199199

@@ -203,7 +203,7 @@ jobs:
203203
rm targets.tar
204204
205205
- name: Download target directories (2.12, rootJVM)
206-
uses: actions/download-artifact@v4
206+
uses: actions/download-artifact@v6
207207
with:
208208
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
209209

@@ -213,7 +213,7 @@ jobs:
213213
rm targets.tar
214214
215215
- name: Download target directories (2.12, rootNative)
216-
uses: actions/download-artifact@v4
216+
uses: actions/download-artifact@v6
217217
with:
218218
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
219219

@@ -223,7 +223,7 @@ jobs:
223223
rm targets.tar
224224
225225
- name: Download target directories (3, rootJS)
226-
uses: actions/download-artifact@v4
226+
uses: actions/download-artifact@v6
227227
with:
228228
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
229229

@@ -233,7 +233,7 @@ jobs:
233233
rm targets.tar
234234
235235
- name: Download target directories (3, rootJVM)
236-
uses: actions/download-artifact@v4
236+
uses: actions/download-artifact@v6
237237
with:
238238
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
239239

@@ -243,7 +243,7 @@ jobs:
243243
rm targets.tar
244244
245245
- name: Download target directories (3, rootNative)
246-
uses: actions/download-artifact@v4
246+
uses: actions/download-artifact@v6
247247
with:
248248
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
249249

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
5-
val sbtTypelevelVersion = "0.8.2"
5+
val sbtTypelevelVersion = "0.8.3"
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

0 commit comments

Comments
 (0)