From 4e4b3aa11a58c219043dc2f040b9c8df3cd1a3da Mon Sep 17 00:00:00 2001 From: Elinor Thorne Date: Fri, 18 Oct 2024 13:10:37 +0100 Subject: [PATCH] fix: update codecov refs: BLAIS5-4448 --- .github/workflows/test.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 5e67483..3ead8de 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -34,7 +34,7 @@ jobs: - run: yarn install - run: yarn run test - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage-final.json