From fd7d7fab1802159bd98304ea4c7acbcf222a30f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:49:55 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 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](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_suite.yaml | 2 +- .github/workflows/warnings-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_suite.yaml b/.github/workflows/test_suite.yaml index 6d290ce..4ed9623 100644 --- a/.github/workflows/test_suite.yaml +++ b/.github/workflows/test_suite.yaml @@ -41,7 +41,7 @@ jobs: - name: Run Tests run: | python -m pytest --cov=hmf --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.os == 'ubuntu-latest' && success() && !contains(github.event.pull_request.labels.*.name, 'auto-pr') with: file: ./coverage.xml # optional diff --git a/.github/workflows/warnings-tests.yaml b/.github/workflows/warnings-tests.yaml index 3dbd0e7..fa2a9e8 100644 --- a/.github/workflows/warnings-tests.yaml +++ b/.github/workflows/warnings-tests.yaml @@ -40,7 +40,7 @@ jobs: - name: Run Tests run: | python -m pytest -Werror --cov=hmf --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.os == 'ubuntu-latest' && success() with: file: ./coverage.xml # optional