Skip to content

Commit cd56394

Browse files
chore(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 (#2235)
1 parent 6e3b74a commit cd56394

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-build-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Publish Artifact
8282
if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
83-
uses: actions/upload-artifact@v2.2.4
83+
uses: actions/upload-artifact@v2.3.0
8484
with:
8585
name: "rpm"
8686
path: "./apisix-build-tools/output/apisix-dashboard-${{ steps.branch_env.outputs.version }}-0.el7.x86_64.rpm"

.github/workflows/frontend-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage-final.json -F frontend-e2e-test
9494
9595
- name: Archive code coverage results
96-
uses: actions/upload-artifact@v2.2.4
96+
uses: actions/upload-artifact@v2.3.0
9797
if: always()
9898
with:
9999
name: cypress-report

.github/workflows/frontend-plugin-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: yarn test-plugin:e2e
8787

8888
- name: Archive code coverage results
89-
uses: actions/upload-artifact@v2.2.4
89+
uses: actions/upload-artifact@v2.3.0
9090
if: always()
9191
with:
9292
name: cypress-report

0 commit comments

Comments
 (0)