From 6c5c692c8e423f651c74de9477ff0b5a59008bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:01:35 +0100 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4 to 5 (#1140) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e9ea6ca74..79e5b2081 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -109,7 +109,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4dd15a7b7..e8b0e9234 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -68,7 +68,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 87aebc176..a5458b9af 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -234,7 +234,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml