Skip to content

Commit 4099f07

Browse files
authored
content: Update GitHub Pages workflow example
Use upload-pages-artifact@v5 instead of upload-pages-artifact@v3.
1 parent a6c9853 commit 4099f07

File tree

1 file changed

+1
-1
lines changed
  • content/en/host-and-deploy/host-on-github-pages

1 file changed

+1
-1
lines changed

content/en/host-and-deploy/host-on-github-pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Step 4
150150
path: ${{ runner.temp }}/hugo_cache
151151
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
152152
- name: Upload artifact
153-
uses: actions/upload-pages-artifact@v3
153+
uses: actions/upload-pages-artifact@v5
154154
with:
155155
path: ./public
156156
deploy:

0 commit comments

Comments
 (0)