From 908e39224bed76df4f93568550897c298e252a43 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Wed, 31 Jan 2024 13:27:29 -0500 Subject: [PATCH] ci: update codecov action so we don't use deprecated node 16 (#9243) Resolve this warning Screenshot 2024-01-31 at 09 22 57 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e018dcc555..96ea8e30eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: yarn jest test/ --collectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.6 test-cli: name: CLI