From b26e5ce1f6ebddf9d0209da7c78cf3dfad4046df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:39:02 +0000 Subject: [PATCH] python(deps): 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/draft.yaml | 2 +- .github/workflows/go-integrations.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft.yaml b/.github/workflows/draft.yaml index 1e53a41..b08c46a 100644 --- a/.github/workflows/draft.yaml +++ b/.github/workflows/draft.yaml @@ -59,7 +59,7 @@ jobs: -func=coverage.out - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out diff --git a/.github/workflows/go-integrations.yaml b/.github/workflows/go-integrations.yaml index 38005d8..891540b 100644 --- a/.github/workflows/go-integrations.yaml +++ b/.github/workflows/go-integrations.yaml @@ -79,7 +79,7 @@ jobs: -func=coverage.out - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out