File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 run : tar cf targets.tar benchmarks/target mongo/target json/json-core/target mongo/mongo-core/target json/target util/target json/json-derivation/target target util-test/target mongo/mongo-derivation/target project/target
6363
6464 - name : Upload target directories
65- uses : actions/upload-artifact@v5
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6868 path : targets.tar
9595 uses : sbt/setup-sbt@v1
9696
9797 - name : Download target directories (2.12.21)
98- uses : actions/download-artifact@v6
98+ uses : actions/download-artifact@v8
9999 with :
100100 name : target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
101101
@@ -105,7 +105,7 @@ jobs:
105105 rm targets.tar
106106
107107 - name : Download target directories (2.13.18)
108- uses : actions/download-artifact@v6
108+ uses : actions/download-artifact@v8
109109 with :
110110 name : target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
111111
@@ -115,7 +115,7 @@ jobs:
115115 rm targets.tar
116116
117117 - name : Download target directories (3.3.7)
118- uses : actions/download-artifact@v6
118+ uses : actions/download-artifact@v8
119119 with :
120120 name : target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
121121
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.0")
55addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
66
77// https://github.com/djspiewak/sbt-github-actions/releases
8- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.29 .0" )
8+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.30 .0" )
99
1010addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.6.0" )
1111
You can’t perform that action at this time.
0 commit comments