Skip to content

Commit

Permalink
Merge pull request #1186 from dedupeio/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
fgregg authored Jun 27, 2024
2 parents 7d2c79b + 0fbe4c1 commit 3b4ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: pytest
run: pytest
- name: Code Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
Expand Down

0 comments on commit 3b4ceaa

Please sign in to comment.