We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce21a0 commit 0e3cc19Copy full SHA for 0e3cc19
.github/actions/build-vsix/action.yml
@@ -93,7 +93,7 @@ runs:
93
VSIX_NAME: ${{ inputs.vsix_name }}
94
95
- name: Upload VSIX
96
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
97
with:
98
name: ${{ inputs.artifact_name }}
99
path: ${{ inputs.vsix_name }}
0 commit comments