File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : [ubuntu-latest]
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : " Generate site using antora site action"
1717 uses : aolle/antora-site-action@main
1818 with :
1919 antora_playbook : site.yml
2020 - name : " Upload generated site"
21- uses : actions/upload-artifact@v3
21+ uses : actions/upload-artifact@v4
2222 with :
2323 name : site
2424 path : " ${{ github.workspace }}/${{ env.SITE_DIR }}"
2828 name : " Deploy GitHub Pages"
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 - name : Download generated site
33- uses : actions/download-artifact@v3
33+ uses : actions/download-artifact@v4
3434 with :
3535 name : site
3636 path : " ${{ github.workspace }}/${{ env.SITE_DIR }}"
You can’t perform that action at this time.
0 commit comments