@@ -136,7 +136,7 @@ jobs:
136
136
137
137
- name : Upload target directories
138
138
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
139
- uses : actions/upload-artifact@v3
139
+ uses : actions/upload-artifact@v4
140
140
with :
141
141
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
142
142
path : targets.tar
@@ -196,7 +196,7 @@ jobs:
196
196
run : sbt +update
197
197
198
198
- name : Download target directories (2.13, http4s-sessionJS)
199
- uses : actions/download-artifact@v3
199
+ uses : actions/download-artifact@v4
200
200
with :
201
201
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJS
202
202
@@ -206,7 +206,7 @@ jobs:
206
206
rm targets.tar
207
207
208
208
- name : Download target directories (2.13, http4s-sessionNative)
209
- uses : actions/download-artifact@v3
209
+ uses : actions/download-artifact@v4
210
210
with :
211
211
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionNative
212
212
@@ -216,7 +216,7 @@ jobs:
216
216
rm targets.tar
217
217
218
218
- name : Download target directories (2.13, http4s-sessionJVM)
219
- uses : actions/download-artifact@v3
219
+ uses : actions/download-artifact@v4
220
220
with :
221
221
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJVM
222
222
@@ -226,7 +226,7 @@ jobs:
226
226
rm targets.tar
227
227
228
228
- name : Download target directories (3, http4s-sessionJS)
229
- uses : actions/download-artifact@v3
229
+ uses : actions/download-artifact@v4
230
230
with :
231
231
name : target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJS
232
232
@@ -236,7 +236,7 @@ jobs:
236
236
rm targets.tar
237
237
238
238
- name : Download target directories (3, http4s-sessionNative)
239
- uses : actions/download-artifact@v3
239
+ uses : actions/download-artifact@v4
240
240
with :
241
241
name : target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionNative
242
242
@@ -246,7 +246,7 @@ jobs:
246
246
rm targets.tar
247
247
248
248
- name : Download target directories (3, http4s-sessionJVM)
249
- uses : actions/download-artifact@v3
249
+ uses : actions/download-artifact@v4
250
250
with :
251
251
name : target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJVM
252
252
0 commit comments