Skip to content

Commit f323e7d

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent c7c0198 commit f323e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: './docs'
4444
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)