We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4929af + e3f7cdd commit 42b6a56Copy full SHA for 42b6a56
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
uses: sbt/setup-sbt@v1
153
154
- name: Download target directories (2.12.20)
155
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
156
with:
157
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
158
project/plugins.sbt
@@ -5,5 +5,5 @@
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
6
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
7
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
8
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
9
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
0 commit comments