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 # Upload steps
3030 - name : Upload artifact
3131 if : github.event_name == 'release' || github.event_name == 'workflow_dispatch'
32- uses : actions/upload-artifact@v5
32+ uses : actions/upload-artifact@v7
3333 with :
3434 name : documentation
3535 path : build
@@ -46,18 +46,18 @@ jobs:
4646 cancel-in-progress : true
4747
4848 steps :
49- - uses : actions/download-artifact@v6
49+ - uses : actions/download-artifact@v8
5050 with :
5151 name : documentation
5252 path : build
5353
5454 # Upload steps
5555 - name : Setup Pages
56- uses : actions/configure-pages@v5
56+ uses : actions/configure-pages@v6
5757 - name : Upload artifact
5858 uses : actions/upload-pages-artifact@v4
5959 with :
6060 path : build
6161 - name : Deploy to GitHub Pages
6262 id : deployment
63- uses : actions/deploy-pages@v4
63+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments