diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-02 08:00:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-02 08:00:05 +0000 |
| commit | 08f8824e9e854a1983a937a43e6214798042493d (patch) | |
| tree | 95420c12fc2fd92f79ade4b5084bdf10044de4af /.github | |
| parent | 9a52aca42ccfbad2214adfaff8e4acbc0927cb5a (diff) | |
| download | faker-08f8824e9e854a1983a937a43e6214798042493d.tar.xz faker-08f8824e9e854a1983a937a43e6214798042493d.zip | |
chore(deps): update codecov/codecov-action action to v5 (#3299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 3497af5b..05989bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: run: pnpm vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true |
