File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080
8181 - name : Upload target directories
8282 if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
8686 path : targets.tar
@@ -117,7 +117,7 @@ jobs:
117117 run : sbt +update
118118
119119 - name : Download target directories (2.12)
120- uses : actions/download-artifact@v4
120+ uses : actions/download-artifact@v6
121121 with :
122122 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
123123
@@ -127,7 +127,7 @@ jobs:
127127 rm targets.tar
128128
129129 - name : Download target directories (2.13)
130- uses : actions/download-artifact@v4
130+ uses : actions/download-artifact@v6
131131 with :
132132 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
133133
@@ -137,7 +137,7 @@ jobs:
137137 rm targets.tar
138138
139139 - name : Download target directories (3)
140- uses : actions/download-artifact@v4
140+ uses : actions/download-artifact@v6
141141 with :
142142 name : target-${{ matrix.os }}-${{ matrix.java }}-3
143143
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
2020
2121addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.4.2" )
2222
23- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.2 " )
23+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
2424
2525addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
You can’t perform that action at this time.
0 commit comments