From 96638c19c0e188031b1aba0b186965e108041a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:22:52 +0100 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#205) 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/ci-extensions.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-extensions.yaml b/.github/workflows/ci-extensions.yaml index 10d56c3..ac7dba8 100644 --- a/.github/workflows/ci-extensions.yaml +++ b/.github/workflows/ci-extensions.yaml @@ -65,7 +65,7 @@ jobs: --junitxml=test-results/${{ runner.os }}-${{ matrix.python-version }}.xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad2cf78..5ab1d84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: --junitxml=test-results/${{ runner.os }}-${{ matrix.python-version }}.xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests