Bump codecov/codecov-action from 3 to 4 (#7314)
This commit is contained in:
parent
9aef6944da
commit
81b3225d6b
2
.github/workflows/tests_decoratormode.yml
vendored
2
.github/workflows/tests_decoratormode.yml
vendored
@ -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
|
2
.github/workflows/tests_servermode.yml
vendored
2
.github/workflows/tests_servermode.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user