From afdd381d8e29b55db0cd01f9fa2b0a43953fb90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:32:41 -0800 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#3830) 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-branch.yaml | 2 +- .github/workflows/ci-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-branch.yaml b/.github/workflows/ci-branch.yaml index 9d309b5ea0..542622032e 100644 --- a/.github/workflows/ci-branch.yaml +++ b/.github/workflows/ci-branch.yaml @@ -25,7 +25,7 @@ jobs: - name: Run Tox run: | tox -e py -- -m "data or not data" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index c18e4cf05a..82e06b5344 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -26,7 +26,7 @@ jobs: run: | tox -e py mv coverage.xml coverage-${{ matrix.python }}.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}