Skip to content

Commit 4046562

Browse files
authored
update from v3 to v4 for github actions (#24619)
fixes #24398
1 parent 40fd329 commit 4046562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-vsix/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
shell: bash
8888

8989
- name: Upload VSIX
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: ${{ inputs.artifact_name }}
9393
path: ${{ inputs.vsix_name }}

.github/actions/smoke-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343

4444
# Bits from the VSIX are reused by smokeTest.ts to speed things up.
4545
- name: Download VSIX
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: ${{ inputs.artifact_name }}
4949

0 commit comments

Comments
 (0)