Skip to content

Commit d26b2fe

Browse files
Update actions/upload-pages-artifact action to v5
1 parent a7c3e71 commit d26b2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/configure-pages@v6
6969
- name: Upload artifact for deployment
7070
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
71-
uses: actions/upload-pages-artifact@v4
71+
uses: actions/upload-pages-artifact@v5
7272
with:
7373
path: ./public
7474
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)