Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#243)
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 1dcc5f1 commit 84a88fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
f".tox/.coverage.{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 @@ -91,7 +91,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 84a88fc

Please sign in to comment.