Skip to content

Commit 078ff62

Browse files
chore(deps-ci): bump codecov/codecov-action from 5.0.7 to 5.2.0 in the github-actions group (#87)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3772d0c commit 078ff62

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/codecov-action@v5.0.7
32+
uses: codecov/codecov-action@v5.2.0
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)