Skip to content

Commit 61ae00c

Browse files
committed
chore: fix pages action version
1 parent 86d5b9b commit 61ae00c

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
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/configure-pages@v5
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v4
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
path: './example/build'
4747

0 commit comments

Comments
 (0)