You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yo...@apache.org on 2022/12/05 09:45:23 UTC

[apisix-website] branch master updated: chore(deps): bump actions/upload-artifact from 2 to 3 (#1016)

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

young 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 0164b1f6dfd chore(deps): bump actions/upload-artifact from 2 to 3 (#1016)
0164b1f6dfd is described below

commit 0164b1f6dfda4d88fde0e849d53c4f7609b3488c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 5 17:45:18 2022 +0800

    chore(deps): bump actions/upload-artifact from 2 to 3 (#1016)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .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 0dbcdb8342d..9dd8c9849b7 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -41,7 +41,7 @@ jobs:
           yarn workspace scripts link-checker && git status
 
       - name: Archive Broken Links List
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         if: always()
         with:
           name: broken-links.json