From af5f9b34e633e4e117deaf17a691c4dec157213c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 08:58:54 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#135) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5d06cf0..510a9f7 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -83,7 +83,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 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: challenger.iso.zip - name: Run tests