Bump codecov/codecov-action from 3 to 4 (#7314)

This commit is contained in:
dependabot[bot] 2024-02-06 08:12:11 -01:00 committed by GitHub
parent 9aef6944da
commit 81b3225d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
make test-only
- name: "Upload coverage to Codecov"
if: ${{ github.repository == 'getmoto/moto'}}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
flags: unittests

View File

@ -52,7 +52,7 @@ jobs:
make test-only
- name: "Upload coverage to Codecov"
if: ${{ github.repository == 'getmoto/moto'}}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
flags: servertests