Skip to content

Commit a372f68

Browse files
authored
Merge pull request #11 from sloisel/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 8c47e9b + 0ccee21 commit a372f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run tests and collect coverage
3737
run: pytest --cov=streamcapture test/ ${{ env.CODECOV_ATS_TESTS }}
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v6
4040
with:
4141
verbose: true
4242
env:

0 commit comments

Comments
 (0)