Skip to content

Commit 5a19e5f

Browse files
Update actions/upload-pages-artifact action to v4
1 parent 856fede commit 5a19e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--minify \
6464
--baseURL "${{ steps.pages.outputs.base_url }}/"
6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v3.0.1
66+
uses: actions/upload-pages-artifact@v4.0.0
6767
with:
6868
path: ./site/public
6969

0 commit comments

Comments
 (0)