Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#1053)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 560dc3b commit 686e183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- run: pnpm run format:check

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- run: pnpm run build

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

generate-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 686e183

Please sign in to comment.