@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Upload target directories
133133 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
137137 path : targets.tar
@@ -194,7 +194,7 @@ jobs:
194194 run : sbt +update
195195
196196 - name : Download target directories (2.13, http4s-grpcJVM)
197- uses : actions/download-artifact@v4
197+ uses : actions/download-artifact@v6
198198 with :
199199 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJVM
200200
@@ -204,7 +204,7 @@ jobs:
204204 rm targets.tar
205205
206206 - name : Download target directories (2.13, http4s-grpcJS)
207- uses : actions/download-artifact@v4
207+ uses : actions/download-artifact@v6
208208 with :
209209 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJS
210210
@@ -214,7 +214,7 @@ jobs:
214214 rm targets.tar
215215
216216 - name : Download target directories (3, http4s-grpcJVM)
217- uses : actions/download-artifact@v4
217+ uses : actions/download-artifact@v6
218218 with :
219219 name : target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJVM
220220
@@ -224,7 +224,7 @@ jobs:
224224 rm targets.tar
225225
226226 - name : Download target directories (3, http4s-grpcJS)
227- uses : actions/download-artifact@v4
227+ uses : actions/download-artifact@v6
228228 with :
229229 name : target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJS
230230
0 commit comments