Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#458)
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent b0aab11 commit a9a8ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
WorkDir: .
UsePython3: "3.7"
- name: ort-action-artifacts-reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: analysis-reports
path: |
.ort/reports/*
if: always()
- name: ort-action-artifacts-analyzer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: analysis-analyzer
path: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results-unit-python_${{ matrix.python-version }}
Expand Down

0 comments on commit a9a8ffa

Please sign in to comment.