From d09b02f7f9a4626367d0d424541d197d8137fd9c Mon Sep 17 00:00:00 2001 From: Tim Kelley Date: Mon, 18 Nov 2024 10:46:04 -0500 Subject: [PATCH] update codecov-action to v5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cba66445..269ba048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: # - '~1.11.0-0' - 'nightly' os: - - ubuntu-latest +# - ubuntu-latest - macOS-latest - - windows-latest +# - windows-latest arch: - x64 - aarch64 @@ -56,7 +56,7 @@ jobs: - uses: julia-actions/julia-runtest@latest # continue-on-error: ${{ matrix.version == 'nightly' }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false