From 59c214b733c332aa2a8a3d10db1d42a820c36611 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:41:05 -0400 Subject: [PATCH] ci: update codecov upload action to 3.1.1 (#848) Deals with the node12 deprecation warning. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index aef1089c..0a3cc832 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -52,7 +52,7 @@ jobs: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info - name: Upload to codecov.io - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # 2.1.0 + uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # 3.1.1 with: files: lcov.info fail_ci_if_error: true