From 503a75f8fa6f6dce108a2a7a02f6c20cc8e39481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:07:41 +1100 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#985) 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/merge-pytest.yml | 6 +++--- .github/workflows/pr-pytest.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge-pytest.yml b/.github/workflows/merge-pytest.yml index a2dcf1bca..59639d061 100644 --- a/.github/workflows/merge-pytest.yml +++ b/.github/workflows/merge-pytest.yml @@ -60,7 +60,7 @@ jobs: pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml - name: Send coverage results if: success() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -94,7 +94,7 @@ jobs: # pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml # - name: Send coverage results # if: success() - # uses: codecov/codecov-action@v4 + # uses: codecov/codecov-action@v5 # env: # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -126,6 +126,6 @@ jobs: pytest --cov pynetdicom --ignore=pynetdicom/apps - name: Send coverage results if: success() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr-pytest.yml b/.github/workflows/pr-pytest.yml index 7f1b9e0f0..476416ff1 100644 --- a/.github/workflows/pr-pytest.yml +++ b/.github/workflows/pr-pytest.yml @@ -66,7 +66,7 @@ jobs: pytest -x --cov pynetdicom --ignore=pynetdicom/apps - name: Send coverage results if: ${{ success() }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 # pydicom-dev: # # Matrix builds with development pydicom @@ -98,7 +98,7 @@ jobs: # pytest -x --cov pynetdicom --ignore=pynetdicom/apps && coverage xml # - name: Send coverage results # if: ${{ success() }} - # uses: codecov/codecov-action@v4 + # uses: codecov/codecov-action@v5 pydicom-release: # Matrix builds with released pydicom @@ -131,4 +131,4 @@ jobs: pytest -x --cov pynetdicom --ignore=pynetdicom/apps - name: Send coverage results if: ${{ success() }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5