File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 run : yarn build:sandpack
3737
3838 - name : Archive bundler artifacts
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : bundler
4242 path : www/**/*.*
8282 useLockFile : true
8383
8484 - name : Prepare | Download artifacts
85- uses : actions/download-artifact@v3
85+ uses : actions/download-artifact@v4
8686 with :
8787 name : bundler
8888 path : bundler
9292
9393 - name : Prepare | Build
9494 run : |
95- yarn workspace @codesandbox/sandpack-client build:publish
95+ yarn workspace @codesandbox/sandpack-client build:publish
9696 yarn workspace @codesandbox/sandpack-react build:publish
9797 yarn workspace @codesandbox/sandpack-themes build:publish
9898
@@ -108,5 +108,5 @@ jobs:
108108
109109 - name : " GitHub packages: Publish"
110110 run : |
111- cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
111+ cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
112112 cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com
You can’t perform that action at this time.
0 commit comments