File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 - name : Upload workspace
16- uses : actions/upload-artifact@v4
16+ uses : actions/upload-artifact@v7
1717 with :
1818 name : workspace-with-plugins
1919 path : .
@@ -23,22 +23,22 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Download workspace
26- uses : actions/download-artifact@v4
26+ uses : actions/download-artifact@v8
2727 with :
2828 name : workspace-with-plugins
2929 path : .
3030
3131 - run : corepack enable
3232 - uses : actions/setup-node@v6
3333 with :
34- node-version : ' 22 '
34+ node-version : ' 24 '
3535 # Pick your own package manager and build script
3636 - run : pnpm install --frozen-lockfile
3737 - name : Update stats
3838 run : pnpm run update-stats
3939 - run : pnpm run generate-github
4040 - name : Upload artifact
41- uses : actions/upload-pages-artifact@v4
41+ uses : actions/upload-pages-artifact@v5
4242 with :
4343 path : ./.output/public
4444 # Deployment job
5656 steps :
5757 - name : Deploy to GitHub Pages
5858 id : deployment
59- uses : actions/deploy-pages@v4
59+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments