Skip to content

Commit

Permalink
chore(deps): Bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rm3l committed Apr 9, 2022
1 parent 43fbe58 commit 1fc0b45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,21 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

- name: Archive sample app artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: maoni-sample_outputs
path: |
maoni-sample/build/outputs
- name: Archive build reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports
- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: reports
path: |
Expand Down

0 comments on commit 1fc0b45

Please sign in to comment.