diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index af3e17f..fb3c4ac 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -77,7 +77,7 @@ jobs: run: yarn test:coverage --testLocationInResults --reporters=default --reporters=@jamesacarr/jest-reporter-github-actions - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/lcov.info