Skip to content

Commit d458a6f

Browse files
guralbrianclaude
andcommitted
Fix GitHub Actions workflow by updating deprecated actions
- Update actions/upload-pages-artifact from v2 to v3 - Update actions/deploy-pages from v3 to v4 - Fixes deployment failure due to deprecated artifact actions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9e45d7b commit d458a6f

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
@@ -51,7 +51,7 @@ jobs:
5151
--baseURL "${{ steps.pages.outputs.base_url }}/"
5252
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v2
54+
uses: actions/upload-pages-artifact@v3
5555
with:
5656
path: ./public
5757

@@ -65,4 +65,4 @@ jobs:
6565
steps:
6666
- name: Deploy to GitHub Pages
6767
id: deployment
68-
uses: actions/deploy-pages@v3
68+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)