Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#117472)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/117477/head
dependabot[bot] 2024-05-15 08:52:04 +02:00 committed by GitHub
parent 3f053eddbd
commit 141355e776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1106,7 +1106,7 @@ jobs:
pattern: coverage-*
- name: Upload coverage to Codecov
if: needs.info.outputs.test_full_suite == 'true'
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
fail_ci_if_error: true
flags: full-suite
@ -1240,7 +1240,7 @@ jobs:
pattern: coverage-*
- name: Upload coverage to Codecov
if: needs.info.outputs.test_full_suite == 'false'
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}