Skip to content

Commit a03bce6

Browse files
authored
fix: link check ci failed (#1855)
1 parent e43b71a commit a03bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
yarn workspace scripts link-checker && git status
4242
- name: Archive Broken Links List
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: broken-links.json

0 commit comments

Comments
 (0)