chore(deps): bump codecov/codecov-action from 1 to 4 (#691)

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

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-15 16:18:24 +08:00
committed by GitHub
parent c3876ce3bf
commit 12de531abb

View File

@@ -51,7 +51,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
files: results.xml files: results.xml
- name: Upload to CodeCov - name: Upload to CodeCov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v4
with: with:
# required for private repositories: # required for private repositories:
# token: ${{ secrets.CODECOV_TOKEN }} # token: ${{ secrets.CODECOV_TOKEN }}