File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ jobs:
1212 runs-on : ubuntu-latest
1313 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup Node.js
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818 with :
19- node-version : 20 .x
19+ node-version : 24 .x
2020 - name : Setup llvm-ar
2121 run : sudo apt install llvm-dev
2222 - name : Install NPM packages
2323 run : npm ci
2424 - name : Build release
2525 run : make release-wcc
2626 - name : Upload artifact
27- uses : actions/upload-pages-artifact@v3
27+ uses : actions/upload-pages-artifact@v6
2828 with :
2929 path : release
3030
4040 steps :
4141 - name : Deploy to GitHub Pages
4242 id : deployment
43- uses : actions/deploy-pages@v4
43+ uses : actions/deploy-pages@v6
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
21- node-version : 20 .x
21+ node-version : 24 .x
2222
2323 - name : make xcc
2424 run : make -j8 all
You can’t perform that action at this time.
0 commit comments