From 0bc61056815ac7c052682c012929c2086f026d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:03:38 +0000 Subject: [PATCH] chore(deps): 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/Build-Test-And-Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index 68a6774c..a1d4a84a 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -92,7 +92,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: essentialcsharpwebimage path: ${{ github.workspace }} @@ -184,7 +184,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: essentialcsharpwebimage path: ${{ github.workspace }}