Skip to content

Commit d5038c8

Browse files
authored
Merge pull request #239 from typelevel/update/sbt-typelevel-0.8.3
2 parents f929291 + 485cf45 commit d5038c8

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
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Upload target directories
9393
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797
path: targets.tar
@@ -128,7 +128,7 @@ jobs:
128128
run: sbt +update
129129

130130
- name: Download target directories (2.12, rootJS)
131-
uses: actions/download-artifact@v4
131+
uses: actions/download-artifact@v6
132132
with:
133133
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
134134

@@ -138,7 +138,7 @@ jobs:
138138
rm targets.tar
139139
140140
- name: Download target directories (2.12, rootJVM)
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
144144

@@ -148,7 +148,7 @@ jobs:
148148
rm targets.tar
149149
150150
- name: Download target directories (2.12, rootNative)
151-
uses: actions/download-artifact@v4
151+
uses: actions/download-artifact@v6
152152
with:
153153
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
154154

@@ -158,7 +158,7 @@ jobs:
158158
rm targets.tar
159159
160160
- name: Download target directories (2.13, rootJS)
161-
uses: actions/download-artifact@v4
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
164164

@@ -168,7 +168,7 @@ jobs:
168168
rm targets.tar
169169
170170
- name: Download target directories (2.13, rootJVM)
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
174174

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

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

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

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTypelevelV = "0.8.2"
1+
val sbtTypelevelV = "0.8.3"
22

33
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelV)
44
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelV)

0 commit comments

Comments
 (0)