You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/04/26 07:15:42 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51b76e10 chore(deps): bump actions/upload-artifact from 2 to 3 (#2423)
51b76e10 is described below

commit 51b76e1038a64764b0e92cc57e96e7ad6fe1c5e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 26 15:15:38 2022 +0800

    chore(deps): bump actions/upload-artifact from 2 to 3 (#2423)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/auto-build-rpm.yml           | 2 +-
 .github/workflows/frontend-e2e-test.yml        | 2 +-
 .github/workflows/frontend-plugin-e2e-test.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/auto-build-rpm.yml b/.github/workflows/auto-build-rpm.yml
index d177847f..16b4d813 100644
--- a/.github/workflows/auto-build-rpm.yml
+++ b/.github/workflows/auto-build-rpm.yml
@@ -80,7 +80,7 @@ jobs:
 
       - name: Publish Artifact
         if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: "rpm"
           path: "./apisix-build-tools/output/apisix-dashboard-${{ steps.branch_env.outputs.version }}-0.el7.x86_64.rpm"
diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml
index 8921678a..218842f8 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -93,7 +93,7 @@ jobs:
           bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage-final.json -F frontend-e2e-test
 
       - name: Archive code coverage results
-        uses: actions/upload-artifact@v2.3.0
+        uses: actions/upload-artifact@v3
         if: always()
         with:
           name: cypress-report
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml b/.github/workflows/frontend-plugin-e2e-test.yml
index d2b57ae4..08a818d2 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -86,7 +86,7 @@ jobs:
         run: yarn test-plugin:e2e
 
       - name: Archive code coverage results
-        uses: actions/upload-artifact@v2.3.0
+        uses: actions/upload-artifact@v3
         if: always()
         with:
           name: cypress-report