Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#914)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
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>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 20993be commit a0b1269
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

pydicom-dev:
# Matrix builds with development pydicom
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

pydicom-release:
# Matrix builds with released pydicom
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
6 changes: 3 additions & 3 deletions .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

pydicom-dev:
# Matrix builds with development pydicom
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

pydicom-release:
# Matrix builds with released pydicom
Expand Down Expand Up @@ -171,4 +171,4 @@ jobs:
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit a0b1269

Please sign in to comment.