Skip to content

Commit

Permalink
Bump codecov/codecov-action to v4.3.0 (home-assistant#115317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Apr 9, 2024
1 parent f527fd0 commit fa3cba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/[email protected]
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
flags: full-suite
Expand All @@ -1101,7 +1101,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/[email protected]
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
Expand Down Expand Up @@ -1236,7 +1236,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/[email protected]
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
flags: full-suite
Expand All @@ -1247,7 +1247,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/[email protected]
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
Expand Down

0 comments on commit fa3cba5

Please sign in to comment.