File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 - name : Setup Node.js
31- uses : actions/setup-node@v3
31+ uses : actions/setup-node@v4
3232 with :
3333 node-version : ' 20'
3434 - name : Install dependencies
3535 run : yarn install
3636 - name : Build
3737 run : yarn turbo build
3838 - name : Upload pages artifact
39- uses : actions/upload-pages-artifact@v1
39+ uses : actions/upload-pages-artifact@v3
4040 with :
4141 path : ./docs/build
4242 - name : Upload package artifact
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : package
4646 path : ./package
5353 runs-on : ubuntu-latest
5454 needs : build
5555 steps :
56- - uses : actions/download-artifact@v3
56+ - uses : actions/download-artifact@v4
5757 with :
5858 name : package
5959 - uses : JS-DevTools/npm-publish@v3
7171 steps :
7272 - name : Deploy to GitHub Pages
7373 id : deployment
74- uses : actions/deploy-pages@v1
74+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments