Skip to content

Commit a7a2d95

Browse files
committed
upgrade upload-pages-artifact to v3
1 parent ad82549 commit a7a2d95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ jobs:
129129
- run: npm ci
130130
- run: npm run doc
131131
- name: Upload artifact
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-pages-artifact@v3
133133
with:
134+
name: github-pages
134135
path: ./docs
135136

136137
deploy-doc:

0 commit comments

Comments
 (0)