From ce126e86cb01ab5ac889ae97b8f82ece4d639a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:05:04 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/eshoponweb-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..55866ef2e 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -57,14 +57,14 @@ jobs: steps: #Download the publish files created in previous job - name: Download artifact from build job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: .net-app path: .net-app #Download the bicep templates from previous job - name: Download artifact from build job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bicep-template path: bicep-template