From 8cc1ac5a53ed78f129093bd44c183aa8e2e03e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:45:31 -0400 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 (#1984) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 ++++---- .github/workflows/build-test.yaml | 2 +- .github/workflows/regression-test.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index 6e946590..06274d56 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -74,7 +74,7 @@ jobs: with: version: v1.31.2-k3s1 - name: Download preflight binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: preflight path: bin/ @@ -117,7 +117,7 @@ jobs: with: version: v1.31.2-k3s1 - name: Download support bundle binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: support-bundle path: bin/ @@ -131,13 +131,13 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download support bundle binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: support-bundle path: bin/ - run: chmod +x bin/support-bundle - name: Download preflight binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: preflight path: bin/ diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 459183b3..af916000 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -132,7 +132,7 @@ jobs: with: version: v1.31.2-k3s1 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: binaries path: bin/ diff --git a/.github/workflows/regression-test.yaml b/.github/workflows/regression-test.yaml index 18b2338f..7bf1cf1b 100644 --- a/.github/workflows/regression-test.yaml +++ b/.github/workflows/regression-test.yaml @@ -76,7 +76,7 @@ jobs: kubectl get pods --all-namespaces - name: Download binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binaries-${{ github.run_id }} path: bin/ @@ -180,7 +180,7 @@ jobs: kubectl get pods --all-namespaces - name: Download binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binaries-${{ github.run_id }} path: bin/ @@ -283,7 +283,7 @@ jobs: kubectl get pods --all-namespaces - name: Download binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binaries-${{ github.run_id }} path: bin/ @@ -372,7 +372,7 @@ jobs: run: pip install pyyaml deepdiff - name: Download all test artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: test/output pattern: test-results-*