File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
raw,latest
174
174
175
175
- name : Download production digests
176
- uses : actions/download-artifact@v4
176
+ uses : actions/download-artifact@v5
177
177
with :
178
178
pattern : production-digests-*
179
179
path : /tmp/production-digests
@@ -225,7 +225,7 @@ jobs:
225
225
raw,latest-debug
226
226
227
227
- name : Download debug digests
228
- uses : actions/download-artifact@v4
228
+ uses : actions/download-artifact@v5
229
229
with :
230
230
pattern : debug-digests-*
231
231
path : /tmp/debug-digests
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
140
140
- name : Download all artefacts
141
141
continue-on-error : true
142
- uses : actions/download-artifact@v4
142
+ uses : actions/download-artifact@v5
143
143
with :
144
144
name : macos-packages on ${{ matrix.config.os }}
145
145
path : artifacts/
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211
211
ref : master
212
212
213
213
- name : Download all artefacts
214
- uses : actions/download-artifact@v4
214
+ uses : actions/download-artifact@v5
215
215
with :
216
216
pattern : windows-packages-*
217
217
merge-multiple : true
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
174
174
- name : Download all artefacts
175
175
continue-on-error : true
176
- uses : actions/download-artifact@v4
176
+ uses : actions/download-artifact@v5
177
177
with :
178
178
path : artifacts/
179
179
Original file line number Diff line number Diff line change 32
32
permissions :
33
33
pull-requests : write
34
34
steps :
35
- - uses : actions/download-artifact@v4
35
+ - uses : actions/download-artifact@v5
36
36
37
37
- name : Upload plots to CML
38
38
run : |
Original file line number Diff line number Diff line change 94
94
- name : Download the schema generated by call-build-images
95
95
# We may have no schema so ignore that failure
96
96
continue-on-error : true
97
- uses : actions/download-artifact@v4
97
+ uses : actions/download-artifact@v5
98
98
with :
99
99
name : fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
100
100
path : artifacts/
You can’t perform that action at this time.
0 commit comments