diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f53955e1..7e64ffa17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Run tests run: npx nx test tui-editor - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: ./coverage/tui-editor flags: tui-editor