File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4242 submodules : recursive
4343 - name : Setup Pages
4444 id : pages
45- uses : actions/configure-pages@v2
45+ uses : actions/configure-pages@v5
4646 - name : Build with Hugo
4747 env :
4848 # For maximum backward compatibility with Hugo modules
5454 --baseURL "${{ steps.pages.outputs.base_url }}/"
5555
5656 - name : Upload artifact
57- uses : actions/upload-pages-artifact@v1
57+ uses : actions/upload-pages-artifact@v3
5858 with :
5959 path : ./public
6060
6868 steps :
6969 - name : Deploy to GitHub Pages
7070 id : deployment
71- uses : actions/deploy-pages@v1
71+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 4747 - name : ⚡️ Run Playwright tests
4848 working-directory : playwright/ci-test
4949 run : npx playwright test
50- - uses : actions/upload-artifact@v3
50+ - uses : actions/upload-artifact@v4
5151 if : always()
5252 with :
5353 name : playwright-report
You can’t perform that action at this time.
0 commit comments