Update GitHub Actions and Azure Pipelines configurations to use latest artifact upload action and remove obsolete client ID variable

This commit is contained in:
Jérôme Commaret 2026-01-17 19:38:34 +01:00
parent a8fdd930e7
commit 20cbafe0a2
2 changed files with 1 additions and 3 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Upload artifact
if: matrix.os == 'ubuntu-22.04'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: void-cli-${{ matrix.os }}
path: cli/target/release/void

View file

@ -134,8 +134,6 @@ variables:
value: 4ac7ed59-b5e9-4f66-9c30-8d1afa72d32d
- name: ESRP_TENANT_ID
value: 975f013f-7f24-47e8-a7d3-abc4752bf346
- name: ESRP_CLIENT_ID
value: c24324f7-e65f-4c45-8702-ed2d4c35df99
- name: AZURE_DOCUMENTDB_ENDPOINT
value: https://vscode.documents.azure.com/
- name: VSCODE_MIXIN_REPO