You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/04/07 07:39:37 UTC

[apisix] branch master updated: chore(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#3996)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f39338  chore(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#3996)
9f39338 is described below

commit 9f39338ca9f95835f11a15c95c9409861019747b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 7 15:39:28 2021 +0800

    chore(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#3996)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/build.yml      | 2 +-
 .github/workflows/centos7-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44bddf9..ef8deaf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -150,7 +150,7 @@ jobs:
 
       - name: Publish Artifact
         if: ${{ startsWith(github.ref, 'refs/heads/release/') && matrix.os_name == 'linux_openresty' }}
-        uses: actions/upload-artifact@v2.2.2
+        uses: actions/upload-artifact@v2.2.3
         with:
           name: ${{ steps.branch_env.outputs.fullname }}
           path: ${{ steps.branch_env.outputs.fullname }}
diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index 7b9586d..7e56b9b 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -119,7 +119,7 @@ jobs:
 
     - name: Publish Artifact
       if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
-      uses: actions/upload-artifact@v2.2.2
+      uses: actions/upload-artifact@v2.2.3
       with:
         name: "rpm"
         path: "./apisix-build-tools/output/apisix-${{ steps.branch_env.outputs.version }}-0.x86_64.rpm"