From f29e59f56e64871bb551de2e101123a6ed9f7e1c Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 04:35:27 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 047ee3c..d13ac9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Basic CI run: make ci - name: Upload CI files to artifacts (on failure) - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 if: failure() with: path: 'ci' diff --git a/.github/workflows/e2e-ci.yaml b/.github/workflows/e2e-ci.yaml index 7976182..9f39218 100644 --- a/.github/workflows/e2e-ci.yaml +++ b/.github/workflows/e2e-ci.yaml @@ -135,7 +135,7 @@ jobs: run: ./.github/workflows/e2e/scripts/generate-artifacts.sh; - name: Upload logs and manifests on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }} path: artifacts/