mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Update GitHub Actions and Azure Pipelines configurations to use latest artifact upload action and remove obsolete client ID variable
This commit is contained in:
parent
a8fdd930e7
commit
20cbafe0a2
2 changed files with 1 additions and 3 deletions
2
.github/workflows/build-cli-matrix.yml
vendored
2
.github/workflows/build-cli-matrix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue