From 14abdd47547e0cd364e8431dec46c3d57be3e160 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Fri, 20 Sep 2024 12:43:10 -0700 Subject: [PATCH] fix: usage of `a deprecated Node.js version` in CI (#6301) --- .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 802c8bd75..598138af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,7 +554,7 @@ jobs: cargo llvm-cov report --lcov --output-path lcov.info - name: upload coverage report to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: steps.coverage.outcome == 'success' with: files: lcov.info