Skip to content

Commit bcba8a0

Browse files
committed
revert to actions/upload-pages-artifact composite action
1 parent 046aa24 commit bcba8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
HUGO_ENV: production
5555
run: hugo --minify
5656
- name: Upload artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: ./public
6060

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)