From 9bc4e6f5ac7d8b37a53bd0c97c729e2938282ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:37:16 -0700 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 (#1821) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index 9adee344..4af60825 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -85,7 +85,7 @@ jobs: with: version: v1.31.2-k3s1 - name: Download preflight binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: preflight path: bin/ @@ -121,7 +121,7 @@ jobs: with: version: v1.31.2-k3s1 - name: Download support bundle binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: support-bundle path: bin/ @@ -135,13 +135,13 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download support bundle binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: support-bundle path: bin/ - run: chmod +x bin/support-bundle - name: Download preflight binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: preflight path: bin/