mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-08-01 07:06:38 +00:00
Update GitHub Artifact Actions to v4 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
429b86ea09
commit
f970ef1899
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
earthly -P +iso
|
earthly -P +iso
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: challenger.iso.zip
|
name: challenger.iso.zip
|
||||||
path: |
|
path: |
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
sudo luet repo add -y kairos --url quay.io/kairos/packages --type docker
|
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
|
LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d utils/earthly
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: challenger.iso.zip
|
name: challenger.iso.zip
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
make docker-build
|
make docker-build
|
||||||
# We run with sudo to be able to access /dev/kvm
|
# We run with sudo to be able to access /dev/kvm
|
||||||
sudo -E ./scripts/e2e-tests.sh
|
sudo -E ./scripts/e2e-tests.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.label }}-test.logs.zip
|
name: ${{ matrix.label }}-test.logs.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user