Skip to content

Commit 075ba18

Browse files
chore(ci): bump codecov/codecov-action from 5.4.2 to 5.4.3 in the github-actions group (#349)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f654e6 commit 075ba18

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
@@ -28,6 +28,6 @@ jobs:
2828
- name: Tests
2929
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
3030
- name: Upload coverage to Codecov
31-
uses: codecov/[email protected].2
31+
uses: codecov/[email protected].3
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)