Skip to content

Commit 671e482

Browse files
authored
Merge pull request #24 from DeepPSP/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 2a0537f + 8e90865 commit 671e482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pytest --cov=diff_binom_confint --ignore=test/test_random.py -v test
3939
- name: Upload coverage to Codecov
4040
if: matrix.python-version == '3.10'
41-
uses: codecov/codecov-action@v5
41+
uses: codecov/codecov-action@v6
4242
with:
4343
fail_ci_if_error: true # optional (default = false)
4444
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)