File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : [ ubuntu-latest ]
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 - name : " Install Node 16"
1515 uses : actions/setup-node@v3
1616 with :
2020 - name : " Generate site using antora site action"
2121 run : make build-site
2222 - name : " Upload generated site"
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : site
2626 path : " ${{ github.workspace }}/build/${{ env.SITE_DIR }}"
3737 with :
3838 node-version : 16
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v4
4141 - name : Download generated site
42- uses : actions/download-artifact@v3
42+ uses : actions/download-artifact@v4
4343 with :
4444 name : site
4545 path : " ${{ github.workspace }}/${{ env.SITE_DIR }}"
You can’t perform that action at this time.
0 commit comments