Skip to content

Commit fbf775e

Browse files
authored
Merge pull request #31 from omsf/dependabot/github_actions/github-actions-7980569b8c
actions(deps): bump codecov/codecov-action from 5 to 6 in the github-actions group across 1 directory
2 parents 3f04ed4 + 949ea87 commit fbf775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pixi run -e dev pytest-cov
2323

2424
- name: Upload coverage to Codecov
25-
uses: codecov/codecov-action@v5
25+
uses: codecov/codecov-action@v6
2626
with:
2727
files: coverage.xml
2828
env:

0 commit comments

Comments
 (0)