Skip to content

Commit

Permalink
Use v3 of upload pages artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Dec 27, 2023
1 parent 44e06b3 commit 86395a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci
- run: npm run build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
deploy:
Expand Down

0 comments on commit 86395a2

Please sign in to comment.