@@ -37,11 +37,11 @@ jobs:
3737 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - name : Build WASM bindings
4242 run : make web
4343 - name : Use Node.js ${{ matrix.node-version }}
44- uses : actions/setup-node@v4
44+ uses : actions/setup-node@v6
4545 with :
4646 node-version : ${{ matrix.node-version }}
4747 cache : ' yarn'
5050 working-directory : platforms/web
5151 run : yarn install && yarn build:demo
5252 - name : Archive demo artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : dist-demo
5656 path : platforms/web/dist-demo
@@ -68,16 +68,16 @@ jobs:
6868
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v5
7272 - name : Download demo artifacts
73- uses : actions/download-artifact@v4
73+ uses : actions/download-artifact@v6
7474 with :
7575 name : dist-demo
7676 path : platforms/web/dist-demo
7777 - name : Setup Pages
7878 uses : actions/configure-pages@v5
7979 - name : Upload github-pages
80- uses : actions/upload-pages-artifact@v3
80+ uses : actions/upload-pages-artifact@v4
8181 with :
8282 path : platforms/web/dist-demo
8383 - name : Deploy github-pages
0 commit comments