Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#356)
Browse files Browse the repository at this point in the history
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](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Nov 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 639d058 commit a9f7564
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9f7564

Please sign in to comment.