File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878
7979 - name : Upload target directories
8080 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
8484 path : targets.tar
@@ -115,7 +115,7 @@ jobs:
115115 run : sbt +update
116116
117117 - name : Download target directories (per-project-matrix)
118- uses : actions/download-artifact@v4
118+ uses : actions/download-artifact@v6
119119 with :
120120 name : target-${{ matrix.os }}-${{ matrix.java }}-per-project-matrix
121121
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.2 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.2 " )
4- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.2 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
4+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.3 " )
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
66addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.4" )
77addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments