mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
chore(deps): update codecov/codecov-action action to v3.1.0 (#15237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8878175bf9
commit
b8d056eef9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
run: yarn jest:${{ env.NODE_VERSION }} --maxWorkers=2 --ci --coverage ${{ env.coverage }}
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
|
||||
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # tag=v3.1.0
|
||||
if: always() && env.coverage == 'true'
|
||||
|
||||
- name: E2E Test
|
||||
|
|
Loading…
Reference in a new issue