Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#2356)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2022
1 parent dd500e8 commit d3d8efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: import os; import sys; os.rename(".tox/.coverage.{}".format(os.environ['TOXENV']), ".tox/.coverage.{}-{}".format(os.environ['TOXENV'], sys.platform))
shell: python
- name: Upload coverage data
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: ".tox/.coverage.*"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Combine and report coverage
run: tox -e coverage
- name: Upload HTML report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: html-report
path: .tox/htmlcov
Expand Down

0 comments on commit d3d8efd

Please sign in to comment.