Skip to content

Commit f7aafec

Browse files
committed
Bump GHA upload-artifact
Signed-off-by: David Cassany <[email protected]>
1 parent d1b8faf commit f7aafec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: /tmp/*.iso
5454
key: ${{ env.cache-name }}-${{ hashFiles('Dockerfile', '**/go.sum', '**/pkg/**', '**/examples/**', '**/cmd/**', '**/vendor/**', '**/Makefile', '**/main.go') }}
5555
enableCrossOsArchive: true
56-
56+
5757
build-disk:
5858
runs-on: ubuntu-latest
5959
env:
@@ -139,7 +139,7 @@ jobs:
139139
make DISK=/tmp/elemental-${{ env.FLAVOR }}.${{ env.ARCH}}.qcow2 ELMNTL_TARGETARCH=${{ env.ARCH }} ELMNTL_FIRMWARE=/usr/share/OVMF/OVMF_CODE.fd ${{ matrix.test }}
140140
# TODO include other logs SUT collects on failure
141141
- name: Upload serial console for ${{ matrix.test }}
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
if: always()
144144
with:
145145
name: serial-${{ env.ARCH }}-${{ env.FLAVOR }}-${{ matrix.test }}.log

0 commit comments

Comments
 (0)