Skip to content

Commit 19fc75f

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 9bbb1c2 commit 19fc75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: './website/build'
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)