Update GitHub Artifact Actions to v4 (#54)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-11 18:04:03 +02:00 committed by GitHub
parent 429b86ea09
commit f970ef1899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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