File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ jobs:
2727 strategy :
2828 matrix :
2929 os : [ubuntu-latest]
30- node-version : [18 .x]
30+ node-version : [23 .x]
3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Setup Pages
36- uses : actions/configure-pages@v2
36+ uses : actions/configure-pages@v4
3737 - name : Use Node.js ${{ matrix.node-version }}
3838 uses : actions/setup-node@v2
3939 with :
4040 node-version : ${{ matrix.node-version }}
4141 - run : yarn install
4242 - run : yarn build
4343 - name : Upload artifact
44- uses : actions/upload-pages-artifact@v1
44+ uses : actions/upload-pages-artifact@v3
4545 with :
4646 # Upload entire repository
4747 path : ' ./build'
4848 - name : Deploy to GitHub Pages
4949 id : deployment
50- uses : actions/deploy-pages@v1
50+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments