From f970ef1899e8a46d02cbd9939435d141928a9d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:04:03 +0200 Subject: [PATCH] Update GitHub Artifact Actions to v4 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 057b463..20fc1b3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -48,7 +48,7 @@ jobs: EOF earthly -P +iso - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: challenger.iso.zip path: | @@ -90,7 +90,7 @@ jobs: sudo luet repo add -y kairos --url quay.io/kairos/packages --type docker LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d utils/earthly - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: challenger.iso.zip - name: Run tests @@ -109,7 +109,7 @@ jobs: make docker-build # We run with sudo to be able to access /dev/kvm sudo -E ./scripts/e2e-tests.sh - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: ${{ matrix.label }}-test.logs.zip