From 45596b161d41d7097be64781204cf453a055c07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:09:02 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 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] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 297e9c7..eab1cef 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 env: JULIA_PKG_SERVER: ${{ matrix.pkg-server }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info doctests: From 5094d9df741bea501f640d3debb4aba84e71edc8 Mon Sep 17 00:00:00 2001 From: CY Han Date: Mon, 2 Dec 2024 15:07:16 +0800 Subject: [PATCH 2/2] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eab1cef..032195b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: JULIA_PKG_SERVER: ${{ matrix.pkg-server }} - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info doctests: runs-on: ubuntu-latest timeout-minutes: 60