File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294 fetch-depth : 0
295295
296296 - name : Download all artefacts
297- uses : actions/download-artifact@v6
297+ uses : actions/download-artifact@v7
298298 with :
299299 path : output
300300 pattern : |
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 shell : bash
163163
164164 - name : Upload ${{ matrix.target }} digest
165- uses : actions/upload-artifact@v5
165+ uses : actions/upload-artifact@v6
166166 with :
167167 name : ${{ matrix.target }}-digests-${{ steps.output-name.outputs.sanitised_image_base }}-${{ matrix.platform }}
168168 path : digests/*
@@ -244,7 +244,7 @@ jobs:
244244 shell : bash
245245
246246 - name : Download digests for all architectures of ${{ steps.output-name.outputs.sanitised_image_base }}
247- uses : actions/download-artifact@v6
247+ uses : actions/download-artifact@v7
248248 with :
249249 pattern : production-digests-${{ steps.output-name.outputs.sanitised_image_base }}-*
250250 path : digests/
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 # We also want this package to be the root directory so remove any extra nesting:
132132 # e.g. for centos/7 + standard we include everything from 'source/packaging/packages/centos/7/'
133133 - name : Upload the ${{ matrix.distro }} artefacts
134- uses : actions/upload-artifact@v5
134+ uses : actions/upload-artifact@v6
135135 with :
136136 name : ${{ steps.get_package_name.outputs.package-name }}
137137 path : |
Original file line number Diff line number Diff line change 9797 working-directory : source/build
9898
9999 - name : Upload build packages
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : package-macos-${{ matrix.config.package }}
103103 path : |
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 working-directory : source/build
182182
183183 - name : Upload build packages
184- uses : actions/upload-artifact@v5
184+ uses : actions/upload-artifact@v6
185185 with :
186186 name : package-windows-${{ matrix.config.arch }}
187187 path : |
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Download package
143143 if : ${{ !env.ACT }}
144- uses : actions/download-artifact@v6
144+ uses : actions/download-artifact@v7
145145 with :
146146 name : ${{ steps.get_package_name.outputs.package-name }}
147147 path : downloads/
@@ -208,7 +208,7 @@ jobs:
208208 support-install : false
209209
210210 - name : Download package
211- uses : actions/download-artifact@v6
211+ uses : actions/download-artifact@v7
212212 with :
213213 name : ${{ matrix.package }}
214214 path : downloads/
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v6
3232
3333 - name : Download package
34- uses : actions/download-artifact@v6
34+ uses : actions/download-artifact@v7
3535 with :
3636 name : package-ubuntu-24.04
3737 path : downloads/
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Upload coverage reports
158158 if : matrix.config.name == 'coverage'
159- uses : actions/upload-artifact@v5
159+ uses : actions/upload-artifact@v6
160160 with :
161161 name : coverage-reports
162162 path : |
You can’t perform that action at this time.
0 commit comments