From 440edc32648a0315f891630eee63128378040262 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 22 Jun 2024 17:56:32 -0700 Subject: [PATCH] chore: switch to codecov v4 No change to logic. This updates codecov/codecov-action to v4. This version supposedly has better support for external contributors working from repository forks. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6a84e2..0daf93c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true