From 961817f61fa56cd7815c6940c27ef08469b1516b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 19 Jun 2024 15:06:10 -0700 Subject: [PATCH] [actions] pin codecov to v3.1.5 this is the only one that supports node 20, and also tokenless upload --- .github/workflows/node-4+.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index 0b0ec9ed..d5c908ca 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -102,7 +102,7 @@ jobs: - run: rm __tests__/src/util/getComputedRole-test.js if: ${{ matrix.node-version < 7 }} - run: npm run test:ci - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v3.1.5 node: name: 'node 4+'