We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b8511 commit bc08b27Copy full SHA for bc08b27
1 file changed
.github/workflows/hugo.yml
@@ -64,7 +64,7 @@ jobs:
64
working-directory: ${{ github.workspace }}
65
66
- name: Upload artifact
67
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v4
68
with:
69
path: ${{ github.workspace }}/public
70
@@ -77,4 +77,4 @@ jobs:
77
steps:
78
- name: Deploy to GitHub Pages
79
id: deployment
80
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments