From 5a28c87b6183eb68ec1cfed77152aa184c1cc756 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 22 Jun 2024 17:58:44 -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 085356f..038d57d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: - run: npm run test - run: npm run check-node-support - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true