From a32dc7d837e0895721e5b075bb0f578a1eff9142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:03:45 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 88a581fba..db1a1e4b9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -351,7 +351,7 @@ jobs: uses: actions/checkout@v4 - name: Download Docker image artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: docker @@ -385,7 +385,7 @@ jobs: # uses: actions/checkout@v4 # - name: Download Docker image artifacts - # uses: actions/download-artifact@v4 + # uses: actions/download-artifact@v6 # with: # name: docker @@ -426,7 +426,7 @@ jobs: # uses: actions/checkout@v4 # - name: Download Docker image artifacts - # uses: actions/download-artifact@v4 + # uses: actions/download-artifact@v6 # with: # name: docker