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 6666 - name : Use Node.js
6767 uses : actions/setup-node@v3
6868 with :
69- node-version : 16
69+ node-version : 18
7070 - run : npm install
7171 - name : lint
7272 if : runner.os == 'Linux-NOSUCH'
@@ -80,12 +80,12 @@ jobs:
8080 if : runner.os == 'Linux'
8181 run : |
8282 npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
83- - uses : actions/upload-artifact@v3
83+ - uses : actions/upload-artifact@v4.4.2
8484 if : (runner.os == 'Linux') && (github.event_name != 'release')
8585 with :
8686 name : ${{ steps.set-version.outputs.name }}.vsix
8787 path : ${{ steps.set-version.outputs.name }}.vsix
88- - uses : actions/upload-artifact@v3
88+ - uses : actions/upload-artifact@v4.4.2
8989 if : runner.os == 'Linux'
9090 with :
9191 name : meta
You can’t perform that action at this time.
0 commit comments