diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241503e..411c3cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - name: Azure Login if: matrix.auth == 'developer-tools' || matrix.auth == 'storage-token' - uses: azure/login@v2 + uses: azure/login@v3 with: creds: '{"clientId":"${{ secrets.ATB_CLIENT_ID }}","clientSecret":"${{ secrets.ATB_CLIENT_SECRET }}","subscriptionId":"${{ secrets.ATB_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.ATB_TENANT_ID }}"}'