Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/shared-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:
jobs:
shared_build:
name: Build Tools
runs-on: windows-2025
runs-on: windows-2025-vs2026
Comment thread
MichaelKoster70 marked this conversation as resolved.
environment: ${{ inputs.environment }}

env:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
# Login to Azure using a ServicePrincipal configured to authenticate against a GitHub Action
- name: 'Build: Azure CLI login'
if: ${{ inputs.store-artifacts && inputs.sign-binaries }}
uses: azure/login@v2
uses: azure/login@v3
with:
allow-no-subscriptions: true
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
}

- name: 'Store Artifacts: Binaries'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: ${{ inputs.store-artifacts }}
with:
name: binaries
Expand Down
Loading