File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
117
117
- name : Download all artefacts
118
118
continue-on-error : true
119
- uses : actions/download-artifact@v3
119
+ uses : actions/download-artifact@v4
120
120
with :
121
121
name : macos-packages
122
122
path : artifacts/
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
197
197
- name : Download all artefacts
198
198
continue-on-error : true
199
- uses : actions/download-artifact@v3
199
+ uses : actions/download-artifact@v4
200
200
with :
201
201
name : windows-packages
202
202
path : artifacts/
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
161
161
- name : Download all artefacts
162
162
continue-on-error : true
163
- uses : actions/download-artifact@v3
163
+ uses : actions/download-artifact@v4
164
164
with :
165
165
path : artifacts/
166
166
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@v3
35
+ - uses : actions/download-artifact@v4
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@v3
97
+ uses : actions/download-artifact@v4
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