build(deps): bump codecov/codecov-action from 2 to 3 (#2676)

This commit is contained in:
dependabot[bot] 2022-04-06 09:50:54 +02:00 committed by GitHub
parent 263964865c
commit 03916b0b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ jobs:
run: | run: |
testspace [unittest]unittest.xml --link=codecov testspace [unittest]unittest.xml --link=codecov
- if: ${{ always() }} - if: ${{ always() }}
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
test-integration: test-integration:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -116,7 +116,7 @@ jobs:
run: | run: |
testspace [integration]unittest.xml --link=codecov testspace [integration]unittest.xml --link=codecov
- if: ${{ always() }} - if: ${{ always() }}
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
test-e2e-provider: test-e2e-provider:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -149,7 +149,7 @@ jobs:
run: | run: |
testspace [e2e-provider]unittest.xml --link=codecov testspace [e2e-provider]unittest.xml --link=codecov
- if: ${{ always() }} - if: ${{ always() }}
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
test-e2e-rest: test-e2e-rest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -182,7 +182,7 @@ jobs:
run: | run: |
testspace [e2e-rest]unittest.xml --link=codecov testspace [e2e-rest]unittest.xml --link=codecov
- if: ${{ always() }} - if: ${{ always() }}
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
ci-core-mark: ci-core-mark:
needs: needs:
- lint - lint