diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-04 08:45:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-04 08:45:58 +0100 |
| commit | 0a5b2dde0143edfbc308ea23493e00f826097a8e (patch) | |
| tree | 6a90a5586d0bac9e008197c78d2c5ee31c175d4e | |
| parent | 82cdf0f1fff28d78e3fdc43b820827ccc7d54aac (diff) | |
| download | faker-0a5b2dde0143edfbc308ea23493e00f826097a8e.tar.xz faker-0a5b2dde0143edfbc308ea23493e00f826097a8e.zip | |
chore(deps): update codecov/codecov-action action to v4.1.0 (#2707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 d164e204..6efecba3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: run: pnpm vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 + uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true |
