From 948401c16344be02b0c684ca834a9df48c618e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:15:12 +0000 Subject: [PATCH] Bump azure/CLI from 2 to 3 Bumps [azure/CLI](https://github.com/azure/cli) from 2 to 3. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/CLI dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-publish-in-azure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish-in-azure.yml b/.github/workflows/auto-publish-in-azure.yml index 685d19d..47fba92 100644 --- a/.github/workflows/auto-publish-in-azure.yml +++ b/.github/workflows/auto-publish-in-azure.yml @@ -116,13 +116,13 @@ jobs: allow-no-subscriptions: true - name: Copy file to Blob Storage - uses: azure/CLI@v2 + uses: azure/CLI@v3 with: inlineScript: | az storage blob upload --auth-mode login --overwrite -f ${{ needs.find-publicationdir-and-channel.outputs.publicationdirectory }}/${{ env.publicationfile }} --account-name scepmanartifactsinstall --container-name ${{ needs.find-publicationdir-and-channel.outputs.publicationdirectory }} --name ${{ env.publicationfile }} - name: Copy Linux file to Blob Storage - uses: azure/CLI@v2 + uses: azure/CLI@v3 with: inlineScript: | az storage blob upload --auth-mode login --overwrite -f ${{ needs.find-publicationdir-and-channel.outputs.publicationdirectory }}/${{ env.publicationfilelinux }} --account-name scepmanartifactsinstall --container-name ${{ needs.find-publicationdir-and-channel.outputs.publicationdirectory }} --name ${{ env.publicationfilelinux }}