From 7d51e103fc1577f3e568611c5f757aa19883aa40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:54:41 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/ci_cd.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 329bcdba7ff..ab1dcf248f8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -92,7 +92,7 @@ jobs: requires-xvfb: true pytest-extra-args: "-n 4 --reruns 3" - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 name: 'Upload coverage to CodeCov' doc: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 60733c0d1d2..2f43dc23dac 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -34,7 +34,7 @@ jobs: requires-xvfb: true pytest-extra-args: "-n 4 --reruns 3" - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 name: 'Upload coverage to CodeCov' nightly_build: