Skip to content

Commit bc08b27

Browse files
committed
Fix: Update GitHub Actions artifact and deploy actions to v4
1 parent 99b8511 commit bc08b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: ${{ github.workspace }}
6565

6666
- name: Upload artifact
67-
uses: actions/upload-pages-artifact@v2
67+
uses: actions/upload-pages-artifact@v4
6868
with:
6969
path: ${{ github.workspace }}/public
7070

@@ -77,4 +77,4 @@ jobs:
7777
steps:
7878
- name: Deploy to GitHub Pages
7979
id: deployment
80-
uses: actions/deploy-pages@v2
80+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)