Skip to content

Commit fd8fa1f

Browse files
committed
Update actions/upload-pages-artifact
1 parent 53a2fe7 commit fd8fa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--minify \
6161
--baseURL "${{ steps.pages.outputs.base_url }}/"
6262
- name: Upload artifact
63-
uses: actions/upload-pages-artifact@v1
63+
uses: actions/upload-pages-artifact@v3
6464
with:
6565
path: ./site/public
6666

0 commit comments

Comments
 (0)