Skip to content

Commit cfe043f

Browse files
authored
Merge pull request #131 from typelevel/update/sbt-typelevel-0.6.5
Update sbt-typelevel to 0.6.5
2 parents a915770 + 2efd816 commit cfe043f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload target directories
9090
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9494
path: targets.tar
@@ -122,7 +122,7 @@ jobs:
122122
run: sbt +update
123123

124124
- name: Download target directories (2.12, rootJS)
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
128128

@@ -132,7 +132,7 @@ jobs:
132132
rm targets.tar
133133
134134
- name: Download target directories (2.12, rootJVM)
135-
uses: actions/download-artifact@v3
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
138138

@@ -142,7 +142,7 @@ jobs:
142142
rm targets.tar
143143
144144
- name: Download target directories (2.12, rootNative)
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
148148

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

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

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

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

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

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

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)