This is an automated email from the ASF dual-hosted git repository.

guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a03bce6ac45 fix: link check ci failed (#1855)
a03bce6ac45 is described below

commit a03bce6ac459c04ddcd210c2e2fde0abdaa68a67
Author: Qi Guo <[email protected]>
AuthorDate: Fri Feb 7 10:56:26 2025 +0800

    fix: link check ci failed (#1855)
---
 .github/workflows/link-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index f614a26c68e..d88c8f282fb 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -40,7 +40,7 @@ jobs:
         run: |
           yarn workspace scripts link-checker && git status
       - name: Archive Broken Links List
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: broken-links.json

Reply via email to