File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 # Build steps
2424 - name : Setup Bun
2929 # Upload steps
3030 - name : Upload artifact
3131 if : github.event_name == 'release' || github.event_name == 'workflow_dispatch'
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : documentation
3535 path : build
4646 cancel-in-progress : true
4747
4848 steps :
49- - uses : actions/download-artifact@v5
49+ - uses : actions/download-artifact@v6
5050 with :
5151 name : documentation
5252 path : build
5555 - name : Setup Pages
5656 uses : actions/configure-pages@v5
5757 - name : Upload artifact
58- uses : actions/upload-pages-artifact@v3
58+ uses : actions/upload-pages-artifact@v4
5959 with :
6060 path : build
6161 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments