Skip to content

Commit 42b6a56

Browse files
authored
Merge pull request #172 from scala-steward/update/sbt-github-actions-0.28.0
Update sbt-github-actions to 0.28.0
2 parents c4929af + e3f7cdd commit 42b6a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
uses: sbt/setup-sbt@v1
153153

154154
- name: Download target directories (2.12.20)
155-
uses: actions/download-artifact@v4
155+
uses: actions/download-artifact@v5
156156
with:
157157
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
158158

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
66
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
77
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
8-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
99
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")

0 commit comments

Comments
 (0)