File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9191
9292 - name : Upload target directories
9393 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797 path : targets.tar
@@ -128,7 +128,7 @@ jobs:
128128 run : sbt +update
129129
130130 - name : Download target directories (3, rootJS)
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v6
132132 with :
133133 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
134134
@@ -138,7 +138,7 @@ jobs:
138138 rm targets.tar
139139
140140 - name : Download target directories (3, rootJVM)
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
144144
@@ -148,7 +148,7 @@ jobs:
148148 rm targets.tar
149149
150150 - name : Download target directories (3, rootNative)
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v6
152152 with :
153153 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
154154
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.2 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.2 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.2 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.3 " )
44addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
55addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.9" )
66addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments