Skip to content

Commit 3445974

Browse files
chore(deps): update actions/upload-pages-artifact action to v2 (#795)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99ef4b9 commit 3445974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build doc
5151
run: pnpm run doc
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v1
53+
uses: actions/upload-pages-artifact@v2
5454
with:
5555
path: ./docs
5656

0 commit comments

Comments
 (0)