Skip to content

Commit 402d1c2

Browse files
Update actions/upload-pages-artifact action to v4
1 parent e452515 commit 402d1c2

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
@@ -32,7 +32,7 @@ jobs:
3232
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
3333

3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
35+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
3636
with:
3737
path: docs/.vitepress/dist
3838

0 commit comments

Comments
 (0)