File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
uses : actions/checkout@v3
57
57
58
58
- name : Setup node.js
59
- uses : actions/setup-node@v3
59
+ uses : actions/setup-node@v4
60
60
with :
61
61
node-version : 20.x
62
62
cache : ' npm'
@@ -104,7 +104,7 @@ jobs:
104
104
npx @vscode/vsce package --target ${{ steps.target.outputs.TARGET }} --no-git-tag-version --no-update-package-json ${{ steps.version.outputs.VERSION }}
105
105
106
106
- name : Upload artifact
107
- uses : actions/upload-artifact@v3
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : ${{ steps.target.outputs.TARGET }}
110
110
path : ' *.vsix'
@@ -113,6 +113,6 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
needs : build
115
115
steps :
116
- - uses : actions/download-artifact@v3
116
+ - uses : actions/download-artifact@v4
117
117
- run : |
118
118
npx @vscode/vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCETOKEN }}
You can’t perform that action at this time.
0 commit comments