From 733fdbca09410df4c2fefae3c08c02300eac2e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:48:22 +0200 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#432) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-5.x.yml | 2 +- .github/workflows/ci-6.x.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 1df2a26..91edfb8 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -206,7 +206,7 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v3" + uses: "codecov/codecov-action@v4" with: directory: reports token: ${{ env.CODECOV_TOKEN }} diff --git a/.github/workflows/ci-6.x.yml b/.github/workflows/ci-6.x.yml index 2ebae78..93b24f9 100644 --- a/.github/workflows/ci-6.x.yml +++ b/.github/workflows/ci-6.x.yml @@ -130,7 +130,7 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v3" + uses: "codecov/codecov-action@v4" with: directory: reports token: ${{ env.CODECOV_TOKEN }}