From 7bc73210e628cfb2b0e445c096797117bf9dacc2 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:25:01 -0600 Subject: [PATCH] Update ci_homebrew.yml #117 --- .github/workflows/ci_homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_homebrew.yml b/.github/workflows/ci_homebrew.yml index aad8df8..87d009a 100644 --- a/.github/workflows/ci_homebrew.yml +++ b/.github/workflows/ci_homebrew.yml @@ -39,7 +39,7 @@ jobs: echo "::set-output name=prefix::$(brew --prefix)" echo "JULIA_QRMUMPS_LIBRARY_PATH=$(brew --prefix)/opt/qr_mumps/lib" >> $GITHUB_ENV - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -56,6 +56,6 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5 with: file: lcov.info