Skip to content

Commit d91f610

Browse files
authored
Merge pull request #828 from Dwolla/update/sbt-typelevel-ci-release-0.8.3
Update sbt-typelevel-ci-release, ... to 0.8.3
2 parents bbebcba + 3ab450b commit d91f610

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Upload target directories
8888
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/3.x')
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9292
path: targets.tar
@@ -136,7 +136,7 @@ jobs:
136136
run: sbt +update
137137

138138
- name: Download target directories (3, fs2-awsJS)
139-
uses: actions/download-artifact@v4
139+
uses: actions/download-artifact@v6
140140
with:
141141
name: target-${{ matrix.os }}-${{ matrix.java }}-3-fs2-awsJS
142142

@@ -146,7 +146,7 @@ jobs:
146146
rm targets.tar
147147
148148
- name: Download target directories (3, fs2-awsJVM)
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v6
150150
with:
151151
name: target-${{ matrix.os }}-${{ matrix.java }}-3-fs2-awsJVM
152152

@@ -156,7 +156,7 @@ jobs:
156156
rm targets.tar
157157
158158
- name: Download target directories (2.13, fs2-awsJS)
159-
uses: actions/download-artifact@v4
159+
uses: actions/download-artifact@v6
160160
with:
161161
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-fs2-awsJS
162162

@@ -166,7 +166,7 @@ jobs:
166166
rm targets.tar
167167
168168
- name: Download target directories (2.13, fs2-awsJVM)
169-
uses: actions/download-artifact@v4
169+
uses: actions/download-artifact@v6
170170
with:
171171
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-fs2-awsJVM
172172

@@ -176,7 +176,7 @@ jobs:
176176
rm targets.tar
177177
178178
- name: Download target directories (2.12, fs2-awsJS)
179-
uses: actions/download-artifact@v4
179+
uses: actions/download-artifact@v6
180180
with:
181181
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-fs2-awsJS
182182

@@ -186,7 +186,7 @@ jobs:
186186
rm targets.tar
187187
188188
- name: Download target directories (2.12, fs2-awsJVM)
189-
uses: actions/download-artifact@v4
189+
uses: actions/download-artifact@v6
190190
with:
191191
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-fs2-awsJVM
192192

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.2")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.3")
88

99

1010
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")

0 commit comments

Comments
 (0)