From 3b1fcee1a0eceedfcfcb9c106a3fa37c03b2a567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:33:07 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-pack.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index 19a0255..c35f32a 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -35,7 +35,7 @@ jobs: dotnet cake --target Pack --verbosity %CAKE_VERBOSITY% - name: Upload coverage to Codecov if: hashFiles('TestResults/Cobertura.xml') != '' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: ./TestResults/ files: Cobertura.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a41e7d..76ee24e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: if [%RUNNER_DEBUG%]==[1] set CAKE_VERBOSITY=Diagnostic dotnet cake --target Release --verbosity %CAKE_VERBOSITY% - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: ./TestResults/ files: Cobertura.xml