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 @@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Upload target directories
128128 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
129- uses : actions/upload-artifact@v4
129+ uses : actions/upload-artifact@v5
130130 with :
131131 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
132132 path : targets.tar
@@ -189,7 +189,7 @@ jobs:
189189 run : sbt +update
190190
191191 - name : Download target directories (2.12)
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v6
193193 with :
194194 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
195195
@@ -199,7 +199,7 @@ jobs:
199199 rm targets.tar
200200
201201 - name : Download target directories (2.13)
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v6
203203 with :
204204 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
205205
@@ -209,7 +209,7 @@ jobs:
209209 rm targets.tar
210210
211211 - name : Download target directories (3)
212- uses : actions/download-artifact@v4
212+ uses : actions/download-artifact@v6
213213 with :
214214 name : target-${{ matrix.os }}-${{ matrix.java }}-3
215215
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.2 " )
1+ addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.3 " )
You can’t perform that action at this time.
0 commit comments