From 92af17b68bb081ff22fe16d56c2427fa48866abe Mon Sep 17 00:00:00 2001 From: null Date: Tue, 1 Oct 2024 15:27:09 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc7d3ef286ea..303c1c9aa939 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }} - run: npm test - run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: codecov_yml_path: ./.github/codecov.yml directory: ./coverage/