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 @@ -214,22 +214,22 @@ jobs:
214
214
cache : pip
215
215
python-version : ' 3.11'
216
216
- name : Download e2e coverage
217
- uses : actions/download-artifact@v4
217
+ uses : actions/download-artifact@v5
218
218
with :
219
219
pattern : coverage-e2e-data-*
220
220
merge-multiple : true
221
221
- name : Download monitoring coverage
222
- uses : actions/download-artifact@v4
222
+ uses : actions/download-artifact@v5
223
223
with :
224
224
pattern : coverage-monitoring-data-*
225
225
merge-multiple : true
226
226
- name : Download integrations coverage
227
- uses : actions/download-artifact@v4
227
+ uses : actions/download-artifact@v5
228
228
with :
229
229
pattern : coverage-integrations-data-*
230
230
merge-multiple : true
231
231
- name : Download unit coverage
232
- uses : actions/download-artifact@v4
232
+ uses : actions/download-artifact@v5
233
233
with :
234
234
pattern : coverage-unit-data-*
235
235
merge-multiple : true
Original file line number Diff line number Diff line change 25
25
permissions :
26
26
id-token : write
27
27
steps :
28
- - uses : actions/download-artifact@v4
28
+ - uses : actions/download-artifact@v5
29
29
with :
30
30
name : dist
31
31
path : dist
You can’t perform that action at this time.
0 commit comments