From 6c6f61cc3448faa5aafe32466f28b0d2b5e6c1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:37:04 +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/macos.yaml | 2 +- .github/workflows/ubuntu.yaml | 2 +- .github/workflows/win32.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 916a8ad..f8c5441 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -211,7 +211,7 @@ jobs: --verbose - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() && matrix.codecov && env.CODECOV_TOKEN != '' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 4ff7670..0f2a18c 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -263,7 +263,7 @@ jobs: --verbose - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() && matrix.codecov && env.CODECOV_TOKEN != '' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/win32.yaml b/.github/workflows/win32.yaml index bbe6d1d..0793ab2 100644 --- a/.github/workflows/win32.yaml +++ b/.github/workflows/win32.yaml @@ -202,7 +202,7 @@ jobs: --verbose - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() && matrix.codecov && env.CODECOV_TOKEN != '' with: token: ${{ secrets.CODECOV_TOKEN }}