From 1dc02f391cebf504fb1b6ba859537d33d87cff1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:00:16 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 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] --- .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..14b5dc281 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@v5 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@v5 # 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@v5 # with: # name: docker