Skip to content

Commit

Permalink
update GitHub Actions... more (#314)
Browse files Browse the repository at this point in the history
This is followup to #311

Per
https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0
`actions/upload-pages-artifact@3` requires `actions/deploy-pages@v4`
  • Loading branch information
cburroughs authored Jan 28, 2025
1 parent 7602d1a commit 88752f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
path: "./build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 88752f1

Please sign in to comment.