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:
173173 raw,latest
174174
175175 - name : Download production digests
176- uses : actions/download-artifact@v5
176+ uses : actions/download-artifact@v6
177177 with :
178178 pattern : production-digests-*
179179 path : /tmp/production-digests
@@ -225,7 +225,7 @@ jobs:
225225 raw,latest-debug
226226
227227 - name : Download debug digests
228- uses : actions/download-artifact@v5
228+ uses : actions/download-artifact@v6
229229 with :
230230 pattern : debug-digests-*
231231 path : /tmp/debug-digests
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Download all artefacts
141141 continue-on-error : true
142- uses : actions/download-artifact@v5
142+ uses : actions/download-artifact@v6
143143 with :
144144 name : macos-packages on ${{ matrix.config.os }}
145145 path : artifacts/
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 ref : master
212212
213213 - name : Download all artefacts
214- uses : actions/download-artifact@v5
214+ uses : actions/download-artifact@v6
215215 with :
216216 pattern : windows-packages-*
217217 merge-multiple : true
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173
174174 - name : Download all artefacts
175175 continue-on-error : true
176- uses : actions/download-artifact@v5
176+ uses : actions/download-artifact@v6
177177 with :
178178 path : artifacts/
179179
Original file line number Diff line number Diff line change 3232 permissions :
3333 pull-requests : write
3434 steps :
35- - uses : actions/download-artifact@v5
35+ - uses : actions/download-artifact@v6
3636
3737 - name : Upload plots to CML
3838 run : |
Original file line number Diff line number Diff line change 9494 - name : Download the schema generated by call-build-images
9595 # We may have no schema so ignore that failure
9696 continue-on-error : true
97- uses : actions/download-artifact@v5
97+ uses : actions/download-artifact@v6
9898 with :
9999 name : fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
100100 path : artifacts/
You can’t perform that action at this time.
0 commit comments