Skip to content

Commit 7da7405

Browse files
authored
Merge pull request #2342 from scala-steward/update/sbt-typelevel-ci-release-0.8.3
Update sbt-typelevel-ci-release, ... to 0.8.3
2 parents fb46652 + dec1ea3 commit 7da7405

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload target directories
9898
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
102102
path: targets.tar
@@ -133,7 +133,7 @@ jobs:
133133
run: sbt +update
134134

135135
- name: Download target directories (2.12)
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v6
137137
with:
138138
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
139139

@@ -143,7 +143,7 @@ jobs:
143143
rm targets.tar
144144
145145
- name: Download target directories (2.13)
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v6
147147
with:
148148
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
149149

@@ -153,7 +153,7 @@ jobs:
153153
rm targets.tar
154154
155155
- name: Download target directories (3)
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v6
157157
with:
158158
name: target-${{ matrix.os }}-${{ matrix.java }}-3
159159

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
22
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
33
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
77
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")

0 commit comments

Comments
 (0)