Skip to content

Commit 967a984

Browse files
authored
Merge pull request #395 from incf-nidash/dependabot/github_actions/codecov/codecov-action-4
[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
2 parents c3af5cf + 6ba72e1 commit 967a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythontest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: tox -e py3 -- --cov-report=xml
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@v4
3636
with:
3737
fail_ci_if_error: false

0 commit comments

Comments
 (0)