Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#152)
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 Nov 12, 2022
1 parent 2385b81 commit cab5238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
- name: upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-results
path: .coverage.${{ matrix.python-version }}
Expand Down

0 comments on commit cab5238

Please sign in to comment.