From 5c34e2863d57e151fda3e4638f45efe7e296b7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:48:01 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...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] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f41d99..7ca9bb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: ``` - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: | **/TestResults/*/coverage.cobertura.xml @@ -191,7 +191,7 @@ jobs: ./artifacts/*.snupkg - name: Upload coverage to Codecov (Release) - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: | **/TestResults/*/coverage.cobertura.xml diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index a8cad1e..f9ab864 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -92,7 +92,7 @@ jobs: check_name: Test Results - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() with: files: ./TestResults/**/coverage.opencover.xml