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

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


The following commit(s) were added to refs/heads/master by this push:
     new e69ac2c7097 Update upload artifact version
e69ac2c7097 is described below

commit e69ac2c70976c05c5c1e007c9acc02364ae01774
Author: Albumen Kevin <jhq0...@gmail.com>
AuthorDate: Wed Sep 11 14:47:20 2024 +0800

    Update upload artifact version
---
 .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 ba049194b52..a80e74a76ee 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -50,7 +50,7 @@ jobs:
         run: 7z a ${{ github.workspace }}/htmltest.zip tmp/.htmltest/* -r
       - name: Upload lint result failure
         if: failure()
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v4
         with:
           name: "htmltest.zip"
           path: htmltest.zip

Reply via email to