From 1421e69efe3b27dd84805678e7edfb12b11461f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:55:20 +0000 Subject: [PATCH] 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/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 8438027..8c5357e 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -59,14 +59,14 @@ jobs: #Download the publish files created in previous job - name: Download artifact from build job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: .net-app path: .net-app #Download the bicep templates from previous job - name: Download artifact from build job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bicep-template path: bicep-template