Skip to content

Commit 5e04b0b

Browse files
Update test.yml
update the version of upload-pages-artifact (the previous version, v2, was trigerring errors)
1 parent e659f3a commit 5e04b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/configure-pages@v3
9090

9191
- name: Upload artifact
92-
uses: actions/upload-pages-artifact@v2
92+
uses: actions/upload-pages-artifact@v3
9393
with:
9494
path: './docs-dist'
9595

0 commit comments

Comments
 (0)