Skip to content

Commit 132f296

Browse files
committed
chore: Update upload-pages-artifact action to v3
1 parent 4189cfc commit 132f296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: ls ./docs/public
8888
run: echo 'ls ./docs/public' && ls ./docs/public
8989
- name: Upload artifact
90-
uses: actions/upload-pages-artifact@v4
90+
uses: actions/upload-pages-artifact@v3
9191
with:
9292
path: ./docs/public
9393

0 commit comments

Comments
 (0)