File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,15 +138,15 @@ jobs:
138138 run : |
139139 make DISK=/tmp/elemental-${{ env.FLAVOR }}.${{ env.ARCH}}.qcow2 ELMNTL_ACCEL=none ELMNTL_MACHINETYPE=virt ELMNTL_TARGETARCH=${{ env.ARCH }} ELMNTL_FIRMWARE=/usr/share/AAVMF/AAVMF_CODE.fd ${{ matrix.test }}
140140 - name : Upload serial console for ${{ matrix.test }}
141- uses : actions/upload-artifact@v4
141+ uses : actions/upload-artifact@v5
142142 if : always()
143143 with :
144144 name : serial-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log
145145 path : tests/serial.log
146146 if-no-files-found : error
147147 overwrite : true
148148 - name : Upload qemu stdout for ${{ matrix.test }}
149- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v5
150150 if : failure()
151151 with :
152152 name : vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log
@@ -189,15 +189,15 @@ jobs:
189189 run : |
190190 make ISO=/tmp/elemental-${{ env.FLAVOR }}.${{ env.ARCH}}.iso ELMNTL_ACCEL=none ELMNTL_MACHINETYPE=virt ELMNTL_TARGETARCH=${{ env.ARCH }} ELMNTL_FIRMWARE=/usr/share/AAVMF/AAVMF_CODE.fd test-installer
191191 - name : Upload serial console for installer tests
192- uses : actions/upload-artifact@v4
192+ uses : actions/upload-artifact@v5
193193 if : always()
194194 with :
195195 name : serial-${{ env.ARCH }}-${{ env.FLAVOR }}-installer.log
196196 path : tests/serial.log
197197 if-no-files-found : error
198198 overwrite : true
199199 - name : Upload qemu stdout for installer tests
200- uses : actions/upload-artifact@v4
200+ uses : actions/upload-artifact@v5
201201 if : failure()
202202 with :
203203 name : vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-installer.log
Original file line number Diff line number Diff line change @@ -222,15 +222,15 @@ jobs:
222222 run : |
223223 make DISK=/tmp/elemental-${{ env.FLAVOR }}.${{ env.ARCH}}.qcow2 ELMNTL_TARGETARCH=${{ env.ARCH }} ELMNTL_FIRMWARE=/usr/share/OVMF/OVMF_CODE_4M.fd ${{ matrix.test }}
224224 - name : Upload serial console for ${{ matrix.test }}
225- uses : actions/upload-artifact@v4
225+ uses : actions/upload-artifact@v5
226226 if : always()
227227 with :
228228 name : serial-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log
229229 path : tests/serial.log
230230 if-no-files-found : error
231231 overwrite : true
232232 - name : Upload qemu stdout for ${{ matrix.test }}
233- uses : actions/upload-artifact@v4
233+ uses : actions/upload-artifact@v5
234234 if : failure()
235235 with :
236236 name : vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log
@@ -284,15 +284,15 @@ jobs:
284284 run : |
285285 make ISO=/tmp/elemental-${{ env.FLAVOR }}.${{ env.ARCH}}.iso ELMNTL_TARGETARCH=${{ env.ARCH }} ELMNTL_FIRMWARE=/usr/share/OVMF/OVMF_CODE_4M.fd test-installer
286286 - name : Upload serial console for installer tests
287- uses : actions/upload-artifact@v4
287+ uses : actions/upload-artifact@v5
288288 if : always()
289289 with :
290290 name : serial-${{ env.ARCH }}-${{ env.FLAVOR }}-installer.log
291291 path : tests/serial.log
292292 if-no-files-found : error
293293 overwrite : true
294294 - name : Upload qemu stdout for installer tests
295- uses : actions/upload-artifact@v4
295+ uses : actions/upload-artifact@v5
296296 if : failure()
297297 with :
298298 name : vmstdout-${{ env.ARCH }}-${{ env.FLAVOR }}-installer.log
You can’t perform that action at this time.
0 commit comments