From 61607a0419ca3f6e5c5a2376ae10e9295c423a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:22:06 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regression-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regression-test.yaml b/.github/workflows/regression-test.yaml index 9e6341f28..ce838f46d 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 with: path: test/output pattern: test-results-*