Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #265 from data-provider/renovate/codecov-codecov-a…
Browse files Browse the repository at this point in the history
…ction-3.x

chore(deps): update codecov/codecov-action action to v3
  • Loading branch information
javierbrea authored Dec 8, 2022
2 parents b0ce9b7 + 8482870 commit 80a296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: pnpm run project:coverage:to-workspace -- --project ${{ matrix.projectName }}
- name: Upload coverage to Codecov
if: steps.check-coverage.outputs.files_exists == 'true'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: ./${{steps.get-project-path.outputs.prop}}/coverage
fail_ci_if_error: false
Expand Down

0 comments on commit 80a296e

Please sign in to comment.