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 9595
9696 - name : Upload target directories
9797 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
101101 path : targets.tar
@@ -145,7 +145,7 @@ jobs:
145145 run : sbt +update
146146
147147 - name : Download target directories (3)
148- uses : actions/download-artifact@v4
148+ uses : actions/download-artifact@v6
149149 with :
150150 name : target-${{ matrix.os }}-${{ matrix.java }}-3
151151
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.8.2 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.8.3 " )
22
33addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
44addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments