From 60afc990539c52229406290ebcf39657f8780848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Tue, 23 Apr 2024 05:59:56 -0600 Subject: [PATCH] Update codecov/codecov-action action to v4 (#4978) --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 25df027905..3cb864a105 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -93,9 +93,9 @@ jobs: uses: ./.github/actions/setup - name: Run coverage run: npm run coverage - - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} + - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} harnesses: runs-on: ubuntu-latest