From 5ebdfdaab7c569b6fedda604eb8b4cdb5f883dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:51:10 +0000 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/v3...v4) --- 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 f183568..466f8cc 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -34,7 +34,7 @@ jobs: if [%RUNNER_DEBUG%]==[1] set CAKE_VERBOSITY=Diagnostic dotnet cake --target Pack --verbosity %CAKE_VERBOSITY% - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: working-directory: ./TestResults/ files: Cobertura.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16d0470..cefa3c1 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@v3 + uses: codecov/codecov-action@v4 with: working-directory: ./TestResults/ files: Cobertura.xml