File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Build with Hugo
3232 run : task build ENV=development
3333 - name : Upload the built site
34- uses : actions/upload-artifact@v6
34+ uses : actions/upload-artifact@v7
3535 with :
3636 name : " site-built-${{ env.TARGET_REPO_NAME }}"
3737 path : public
4242 needs : build
4343 steps :
4444 - name : Download the built site
45- uses : actions/download-artifact@v7
45+ uses : actions/download-artifact@v8
4646 with :
4747 name : " site-built-${{ env.TARGET_REPO_NAME }}"
4848 path : public
Original file line number Diff line number Diff line change 3535 - name : Build with Hugo
3636 run : task build ENV=production
3737 - name : Upload the built site
38- uses : actions/upload-artifact@v6
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : " site-built-${{ env.TARGET_REPO_NAME }}"
4141 path : public
5050 with :
5151 submodules : recursive
5252 - name : Download the built site
53- uses : actions/download-artifact@v7
53+ uses : actions/download-artifact@v8
5454 with :
5555 name : " site-built-${{ env.TARGET_REPO_NAME }}"
5656 path : public
7676 with :
7777 submodules : recursive
7878 - name : Download the built site
79- uses : actions/download-artifact@v7
79+ uses : actions/download-artifact@v8
8080 with :
8181 name : " site-built-${{ env.TARGET_REPO_NAME }}"
8282 path : public
You can’t perform that action at this time.
0 commit comments