Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#2443)
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] committed Jun 24, 2022
1 parent f168342 commit 255cb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Expand Up @@ -72,7 +72,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 @@ -104,7 +104,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 255cb3f

Please sign in to comment.