Skip to content

Commit c8be869

Browse files
authored
Update sbt-typelevel, sbt-typelevel-site to 0.8.3 (#100)
* Update sbt-typelevel, sbt-typelevel-site to 0.8.3 * Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook
1 parent 1877992 commit c8be869

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload target directories
103103
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
with:
106106
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
107107
path: targets.tar
@@ -142,7 +142,7 @@ jobs:
142142
run: sbt +update
143143

144144
- name: Download target directories (2.13, rootJVM)
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v6
146146
with:
147147
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
148148

@@ -152,7 +152,7 @@ jobs:
152152
rm targets.tar
153153
154154
- name: Download target directories (2.13, rootNative)
155-
uses: actions/download-artifact@v4
155+
uses: actions/download-artifact@v6
156156
with:
157157
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
158158

@@ -162,7 +162,7 @@ jobs:
162162
rm targets.tar
163163
164164
- name: Download target directories (3, rootJVM)
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
168168

@@ -172,7 +172,7 @@ jobs:
172172
rm targets.tar
173173
174174
- name: Download target directories (3, rootNative)
175-
uses: actions/download-artifact@v4
175+
uses: actions/download-artifact@v6
176176
with:
177177
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
178178

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
44
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)