File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9292 uses : sbt/setup-sbt@v1
9393
9494 - name : Download target directories (2.12.20)
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v5
9696 with :
9797 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9898
@@ -102,7 +102,7 @@ jobs:
102102 rm targets.tar
103103
104104 - name : Download target directories (2.13.16)
105- uses : actions/download-artifact@v4
105+ uses : actions/download-artifact@v5
106106 with :
107107 name : target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
108108
@@ -112,7 +112,7 @@ jobs:
112112 rm targets.tar
113113
114114 - name : Download target directories (3.7.3)
115- uses : actions/download-artifact@v4
115+ uses : actions/download-artifact@v5
116116 with :
117117 name : target-${{ matrix.os }}-3.7.3-${{ matrix.java }}
118118
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0")
44addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.3" )
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.0" )
66addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.15" )
7- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
7+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
88addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
99addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
You can’t perform that action at this time.
0 commit comments