Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v1.4.0 (#9636)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 20, 2021
1 parent df2f451 commit 4a56d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci

- name: Codecov
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v1.4.0
if: always()

# build after tests to exclude files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }}

- name: Codecov
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v1.4.0
if: always() && env.coverage == 'true'

# build after tests to exclude files
Expand Down

0 comments on commit 4a56d02

Please sign in to comment.