diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-06 11:00:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-06 11:00:02 +0200 |
| commit | a88045560d269de4a72e3406cf162cec1ae9ef62 (patch) | |
| tree | 2e8878f2c3b51f1a4ec10e42245d3dc2756bfb6a /.github | |
| parent | 3e5aaf10b09df284bc286123238866855aff9090 (diff) | |
| download | faker-a88045560d269de4a72e3406cf162cec1ae9ef62.tar.xz faker-a88045560d269de4a72e3406cf162cec1ae9ef62.zip | |
chore(deps): update codecov/codecov-action action to v3 (#788)
Co-authored-by: Renovate Bot <[email protected]>
Diffstat (limited to '.github')
| -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 85b0b6de..6b2e50c8 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 |
