Skip to content

Bump codecov/codecov-action from 3 to 5#281

Merged
MaStr merged 2 commits intodependabot/github_actions/codecov/codecov-action-5from
copilot/sub-pr-276
Feb 25, 2026
Merged

Bump codecov/codecov-action from 3 to 5#281
MaStr merged 2 commits intodependabot/github_actions/codecov/codecov-action-5from
copilot/sub-pr-276

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

Upgrades codecov/codecov-action from v3 to v5 and fixes the breaking parameter rename introduced in v4.

Changes

  • Bump codecov/codecov-action to v5
  • Rename filefiles (deprecated in v4, required for v5 compatibility)
# Before
uses: codecov/codecov-action@v3
with:
  file: ./coverage.xml

# After
uses: codecov/codecov-action@v5
with:
  files: ./coverage.xml

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ibility

Co-authored-by: MaStr <1036501+MaStr@users.noreply.github.com>
Copilot AI changed the title [WIP] Update codecov action from version 3 to 5 Bump codecov/codecov-action from 3 to 5 Feb 25, 2026
Copilot AI requested a review from MaStr February 25, 2026 12:06
@MaStr MaStr marked this pull request as ready for review February 25, 2026 12:25
@MaStr MaStr merged commit 7ef4d0d into dependabot/github_actions/codecov/codecov-action-5 Feb 25, 2026
@MaStr MaStr deleted the copilot/sub-pr-276 branch February 25, 2026 12:25
MaStr added a commit that referenced this pull request Feb 25, 2026
* Bump codecov/codecov-action from 3 to 5

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [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...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump codecov/codecov-action from 3 to 5 (#281)

* Initial plan

* fix: update codecov-action parameter from file to files for v5 compatibility

Co-authored-by: MaStr <1036501+MaStr@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MaStr <1036501+MaStr@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MaStr <1036501+MaStr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants