From d16de31bdd2967df19ae8be7ecae9bdfbb9c6ed9 Mon Sep 17 00:00:00 2001 From: Tristan Montoya Date: Mon, 15 Jul 2024 22:07:57 +0200 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Benedict <135045760+benegee@users.noreply.github.com> --- .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 38fb922..9dfa4ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: with: coverage: true - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: lcov.info - uses: coverallsapp/github-action@master