Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 10, 2021
1 parent 6e3b74a commit cd56394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Publish Artifact
if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: "rpm"
path: "./apisix-build-tools/output/apisix-dashboard-${{ steps.branch_env.outputs.version }}-0.el7.x86_64.rpm"
2 changes: 1 addition & 1 deletion .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.4
uses: actions/upload-artifact@v2.3.0
if: always()
with:
name: cypress-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-plugin-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: yarn test-plugin:e2e

- name: Archive code coverage results
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
if: always()
with:
name: cypress-report
Expand Down

0 comments on commit cd56394

Please sign in to comment.