From 99d899bef013d6d602247c6fc02ec7daf2fdc531 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 6 Oct 2025 12:20:41 -0400 Subject: [PATCH] CI: Upgrade to `codecov-action@v5`, and use an org-wide `CODECOV_TOKEN` --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47fafbe..048f521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: # subscriptions@julialang # Tell them that the +alias is +githubtestbot - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }}