diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6b5356e7..53ce7714 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: run: yarn run test --coverage - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}