From 7626f6f2eab9d2ad9d96af1dfa624574b6ef0be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:10:47 +0000 Subject: [PATCH 1/2] 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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d105ae35db..cbb01437a7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,7 @@ jobs: - name: Upload Unit Test Coverage to Codecov if: ${{ matrix.python-version == '3.11' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit @@ -229,7 +229,7 @@ jobs: - name: Upload Integration Test Coverage to Codecov if: ${{ matrix.python-version == '3.11' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: integration From 1713d41efa4e0355be10bc063c33b203ac114284 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 18 Nov 2024 00:11:19 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20241118-001113.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20241118-001113.yaml diff --git a/.changes/unreleased/Dependencies-20241118-001113.yaml b/.changes/unreleased/Dependencies-20241118-001113.yaml new file mode 100644 index 00000000000..472b6b435f0 --- /dev/null +++ b/.changes/unreleased/Dependencies-20241118-001113.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump codecov/codecov-action from 4 to 5" +time: 2024-11-18T00:11:13.00000Z +custom: + Author: dependabot[bot] + Issue: 11009