diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-23 09:02:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-23 09:02:46 +0000 |
| commit | 0594103b62032feb5584660f5feb96bc1e432305 (patch) | |
| tree | bd6933be21b9904a8434739aab1f971a10297a8e /.github/workflows | |
| parent | a103852d87a475329e536e0f8363bb2f5123e847 (diff) | |
| download | faker-0594103b62032feb5584660f5feb96bc1e432305.tar.xz faker-0594103b62032feb5584660f5feb96bc1e432305.zip | |
chore(deps): update codecov/codecov-action action to v3.1.0 (#866)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b2e50c8..085e5e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: run: pnpm vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/[email protected] + uses: codecov/[email protected] with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true |
