File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 - name : Detect package manager
3434 id : detect-package-manager
3535 run : |
5353 node-version : " 16"
5454 cache : ${{ steps.detect-package-manager.outputs.manager }}
5555 - name : Setup Pages
56- uses : actions/configure-pages@v3
56+ uses : actions/configure-pages@v4
5757 with :
5858 # Automatically inject basePath in your Next.js configuration file and disable
5959 # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
7676 run : ${{ steps.detect-package-manager.outputs.runner }} next build
7777 - name : Static HTML export with Next.js
7878 run : ${{ steps.detect-package-manager.outputs.runner }} next export
79- - name : Upload build artifact
80- uses : actions/upload-artifact@v4
79+ - name : Upload artifact
80+ uses : actions/upload-pages- artifact@v3
8181 with :
82- name : nextjs-build
8382 path : ./out
8483
8584
9392 steps :
9493 - name : Deploy to GitHub Pages
9594 id : deployment
96- uses : actions/deploy-pages@v1
95+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments