Skip to content

Commit 3b4ceaa

Browse files
authored
Merge pull request #1186 from dedupeio/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 7d2c79b + 0fbe4c1 commit 3b4ceaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: pytest
5151
run: pytest
5252
- name: Code Coverage
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v4
5454
env:
5555
OS: ${{ matrix.os }}
5656
PYTHON: '3.7'

0 commit comments

Comments
 (0)