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 f62b850 commit 756b52cCopy full SHA for 756b52c
.github/workflows/publish-extension.yml
@@ -35,7 +35,7 @@ jobs:
35
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
36
run: npm run vsce -- publish -p $VSCE_TOKEN
37
38
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
39
name: Upload artifact
40
with:
41
name: vscode-string-manipulation.v${{ steps.calculateVersion.outputs.AppVersion }}.vsix
0 commit comments