Bump codecov/codecov-action to v4.3.0 (#115317)

This commit is contained in:
Jan-Philipp Benecke 2024-04-10 00:15:30 +02:00 committed by GitHub
parent f527fd0947
commit fa3cba5b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1090,7 +1090,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/wretry.action@v3.1.0
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
flags: full-suite
@ -1101,7 +1101,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/wretry.action@v3.1.0
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 }}
@ -1236,7 +1236,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/wretry.action@v3.1.0
with:
action: codecov/codecov-action@v3.1.3
action: codecov/codecov-action@v4.3.0
with: |
fail_ci_if_error: true
flags: full-suite
@ -1247,7 +1247,7 @@ jobs:
if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/wretry.action@v3.1.0
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 }}