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 5353 --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME}/pr-preview/pr-${{ env.PR_NUMBER }}/custom/
5454
5555 - name : Upload custom artifact
56- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
56+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5757 with :
5858 name : hugo-custom
5959 path : custom
8989 --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME}/pr-preview/pr-${{ env.PR_NUMBER }}/latest/
9090
9191 - name : Upload latest artifact
92- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
92+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9393 with :
9494 name : hugo-latest
9595 path : latest
@@ -113,13 +113,13 @@ jobs:
113113 run : |
114114 mkdir -p ${{ env.DEPLOY_PATH }}
115115
116- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
116+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
117117 if : github.event.action != 'closed'
118118 with :
119119 name : hugo-custom
120120 path : ${{ env.DEPLOY_PATH }}/custom
121121
122- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
122+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
123123 if : github.event.action != 'closed'
124124 with :
125125 name : hugo-latest
You can’t perform that action at this time.
0 commit comments