From e442ce27895f321a6f9b2695b75545d65fde1589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:45:34 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.1.1 to 5.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.4.0. - [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/v5.1.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CodeCov.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CodeCov.yml b/.github/workflows/CodeCov.yml index d4b091309..b6fa5ab29 100644 --- a/.github/workflows/CodeCov.yml +++ b/.github/workflows/CodeCov.yml @@ -33,7 +33,7 @@ jobs: if: success() - name: Submit coverage - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{secrets.CODECOV_TOKEN}} if: success() diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 137014d95..1323f5e33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.4.0 with: file: lcov.info