From c80fff746b2505169a14b3f5522b2e7bd480f2c5 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 29 Feb 2024 16:28:45 -0700 Subject: [PATCH] update codecov action --- .github/workflows/pr_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_testing.yml b/.github/workflows/pr_testing.yml index 2debe86..4272008 100644 --- a/.github/workflows/pr_testing.yml +++ b/.github/workflows/pr_testing.yml @@ -27,7 +27,7 @@ jobs: env: PYTHON: "" - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4.0.1 with: file: ./lcov.info flags: unittests