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 a4b12db5b build(deps): bump actions/upload-artifact from 2 to 3 (#6815)
a4b12db5b is described below
commit a4b12db5b16dfe73919c2a73dde9f93f0210af97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 11 17:22:30 2022 +0800
build(deps): bump actions/upload-artifact from 2 to 3 (#6815)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/performance.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/performance.yml
b/.github/workflows/performance.yml
index 3811c38b7..8182d17c0 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -40,7 +40,7 @@ jobs:
run: ./ci/performance_test.sh run_performance_test
- name: Upload Performance Test Result
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: perf.txt
path: |
@@ -48,7 +48,7 @@ jobs:
retention-days: 3
- name: Upload flamegrpah
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: flamegraph.svg
path: |