File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
88
88
- name : Upload target directories
89
89
if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
90
- uses : actions/upload-artifact@v3
90
+ uses : actions/upload-artifact@v4
91
91
with :
92
92
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
93
93
path : targets.tar
@@ -134,7 +134,7 @@ jobs:
134
134
run : sbt +update
135
135
136
136
- name : Download target directories (2.13)
137
- uses : actions/download-artifact@v3
137
+ uses : actions/download-artifact@v4
138
138
with :
139
139
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
140
140
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
12
12
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.2" )
13
13
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.9" )
14
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.6.4 " )
14
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.6.5 " )
You can’t perform that action at this time.
0 commit comments