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 @@ -141,7 +141,7 @@ jobs:
141141 uses : sbt/setup-sbt@v1
142142
143143 - name : Download target directories (2.12.20)
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@v5
145145 with :
146146 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
147147
@@ -151,7 +151,7 @@ jobs:
151151 rm targets.tar
152152
153153 - name : Download target directories (2.13.16)
154- uses : actions/download-artifact@v4
154+ uses : actions/download-artifact@v5
155155 with :
156156 name : target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
157157
@@ -161,7 +161,7 @@ jobs:
161161 rm targets.tar
162162
163163 - name : Download target directories (3.3.6)
164- uses : actions/download-artifact@v4
164+ uses : actions/download-artifact@v5
165165 with :
166166 name : target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
167167
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88addSbtPlugin(" com.github.sbt" % " sbt-osgi" % " 0.9.9" )
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.8" )
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
11- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
11+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
You can’t perform that action at this time.
0 commit comments