diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afb2735a4..54f100b0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,19 +18,19 @@ jobs: - name: Run tests run: npx nx run-many --target test --all --coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: ./coverage/angular/ flags: summary,angular