File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 uses : sbt/setup-sbt@v1
134134
135135 - name : Download target directories (2.11.12)
136- uses : actions/download-artifact@v4
136+ uses : actions/download-artifact@v5
137137 with :
138138 name : target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
139139
@@ -143,7 +143,7 @@ jobs:
143143 rm targets.tar
144144
145145 - name : Download target directories (2.12.20)
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v5
147147 with :
148148 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
149149
@@ -153,7 +153,7 @@ jobs:
153153 rm targets.tar
154154
155155 - name : Download target directories (2.13.16)
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v5
157157 with :
158158 name : target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
159159
@@ -163,7 +163,7 @@ jobs:
163163 rm targets.tar
164164
165165 - name : Download target directories (3.3.6)
166- uses : actions/download-artifact@v4
166+ uses : actions/download-artifact@v5
167167 with :
168168 name : target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
169169
Original file line number Diff line number Diff line change 1- sbt.version =1.11.5
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
88
99addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1010
11- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
11+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
1212
1313addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
1414addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
You can’t perform that action at this time.
0 commit comments