From 8f94bf90fd1d027746cb8731b811530c72e878a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:32:05 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ExtensionTest.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ExtensionTest.yml b/.github/workflows/ExtensionTest.yml index 70fcd300..ac3affdb 100644 --- a/.github/workflows/ExtensionTest.yml +++ b/.github/workflows/ExtensionTest.yml @@ -31,6 +31,6 @@ jobs: Pkg.develop(PackageSpec(path=pwd())) include(joinpath(test_path, "runtests.jl"))' - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: files: lcov.info diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93a83da0..66dcd4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: false if: ${{ matrix.julia-version == '1' && matrix.os =='ubuntu-latest' }}