Skip to content

Commit 1fa187c

Browse files
committed
Update upload artifact action in GitHub Pages workflow to version 4
1 parent 89a21c1 commit 1fa187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.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@v3
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v4
45+
uses: actions/upload-artifact@v4
4646
with:
4747
# Upload dist repository
4848
path: "./dist"

0 commit comments

Comments
 (0)