Skip to content

Commit 7911fd0

Browse files
dependabot[bot]frelon
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c93318 commit 7911fd0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build_and_test_arm.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_and_test_x86.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)