Skip to content

Commit c6e0be5

Browse files
chore(deps-ci): bump codecov/codecov-action from 5.2.0 to 5.3.1 in the github-actions group (#95)
1 parent a3c875d commit c6e0be5

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

0 commit comments

Comments
 (0)