Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 4 (#851)
Browse files Browse the repository at this point in the history
* chore(deps): bump codecov/codecov-action from 3 to 4

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Damnhorns <pavel.chertorogov@gmail.com>
Co-authored-by: hasezoey <hasezoey@gmail.com>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 1734dc9 commit 0ddafac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
CI: true
- name: Send codecov.io stats
if: matrix.node-version == '14.x'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

publish:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/heads/old')
Expand Down

0 comments on commit 0ddafac

Please sign in to comment.