File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
22addSbtPlugin(" com.github.sbt" % " sbt-site" % " 1.7.0" )
33addSbtPlugin(" com.github.sbt" % " sbt-site-paradox" % " 1.7.0" )
44addSbtPlugin(" 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 " )
77addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.4.1" )
88addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.2" )
99addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
You can’t perform that action at this time.
0 commit comments