Skip to content

Commit

Permalink
Update some Github actions build tools
Browse files Browse the repository at this point in the history
This should fix broken build following deprecation of
`actions/upload_artifact` pre v4
  • Loading branch information
mikesname committed Feb 6, 2025
1 parent afbced4 commit 264846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
Expand Down

0 comments on commit 264846c

Please sign in to comment.