Skip to content

Commit 9be4c08

Browse files
chore(deps-ci): bump codecov/codecov-action from 5.4.0 to 5.4.2 in the github-actions group (#113)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9027135 commit 9be4c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Tests
3030
run: python -m pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
3131
- name: Upload coverage to Codecov
32-
uses: codecov/[email protected].0
32+
uses: codecov/[email protected].2
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)