Skip to content

Commit

Permalink
ci: Switch to using upload-artifact@v4 for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 28, 2024
1 parent 646303b commit 7483a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ jobs:
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-artifact@v4
with:
name: github-pages
path: './dist'

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 7483a2e

Please sign in to comment.