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 5656 uses : actions/checkout@v3
5757
5858 - name : Setup node.js
59- uses : actions/setup-node@v3
59+ uses : actions/setup-node@v4
6060 with :
6161 node-version : 20.x
6262 cache : ' npm'
@@ -104,7 +104,7 @@ jobs:
104104 npx @vscode/vsce package --target ${{ steps.target.outputs.TARGET }} --no-git-tag-version --no-update-package-json ${{ steps.version.outputs.VERSION }}
105105
106106 - name : Upload artifact
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : ${{ steps.target.outputs.TARGET }}
110110 path : ' *.vsix'
@@ -113,6 +113,6 @@ jobs:
113113 runs-on : ubuntu-latest
114114 needs : build
115115 steps :
116- - uses : actions/download-artifact@v3
116+ - uses : actions/download-artifact@v4
117117 - run : |
118118 npx @vscode/vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCETOKEN }}
You can’t perform that action at this time.
0 commit comments