File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 run : pnpm run build
5454
5555 - name : Upload build artifacts
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : build-artifacts
5959 path : |
Original file line number Diff line number Diff line change 6969 working-directory : packages/vscode-extension
7070
7171 - name : Upload VSCode extension artifact
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : vscode-extension
7575 path : packages/vscode-extension/*.vsix
@@ -100,7 +100,7 @@ jobs:
100100 working-directory : packages/cursor-extension
101101
102102 - name : Upload Cursor extension artifact
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v6
104104 with :
105105 name : cursor-extension
106106 path : packages/cursor-extension/*.vsix
You can’t perform that action at this time.
0 commit comments