We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fd329 commit 4046562Copy full SHA for 4046562
.github/actions/build-vsix/action.yml
@@ -87,7 +87,7 @@ runs:
87
shell: bash
88
89
- name: Upload VSIX
90
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
91
with:
92
name: ${{ inputs.artifact_name }}
93
path: ${{ inputs.vsix_name }}
.github/actions/smoke-tests/action.yml
@@ -43,7 +43,7 @@ runs:
43
44
# Bits from the VSIX are reused by smokeTest.ts to speed things up.
45
- name: Download VSIX
46
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
47
48
49
0 commit comments