Skip to content

Commit 739ba0f

Browse files
authored
update away from deprecated action
1 parent 2551989 commit 739ba0f

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
@@ -53,7 +53,7 @@ jobs:
5353
--minify \
5454
--baseURL "${{ steps.pages.outputs.base_url }}/"
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v1
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
path: ./public
5959

0 commit comments

Comments
 (0)