From a9f75645aa4c1c1868139936ae675c59298f2a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:42:11 +0100 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#356) 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/antsibull-docs.yml | 6 +++--- .github/workflows/nox.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/antsibull-docs.yml b/.github/workflows/antsibull-docs.yml index 47ce029e..691e5136 100644 --- a/.github/workflows/antsibull-docs.yml +++ b/.github/workflows/antsibull-docs.yml @@ -167,7 +167,7 @@ jobs: working-directory: antsibull-docs - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: antsibull-docs env: @@ -246,7 +246,7 @@ jobs: working-directory: antsibull-docs - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: antsibull-docs env: @@ -325,7 +325,7 @@ jobs: working-directory: antsibull-docs - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: antsibull-docs env: diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index bd8e01c2..3451d40d 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -93,7 +93,7 @@ jobs: nox -v -e coverage --reuse-existing-virtualenvs --no-install - name: Upload coverage if: ${{ matrix.codecov }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: "${{ matrix.session }}" working-directory: antsibull-docs