Skip to content

Commit

Permalink
Upgrade workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed Feb 3, 2025
1 parent d20695f commit 113bf30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- run: npm ci
- run: npm run build
- name: Create gh-pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 113bf30

Please sign in to comment.