From f8dd1b0545b1f33abdbff9417299721df2b8cacc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:26:04 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.3.0 (#303) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 345ba3c..4276299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: npx nx run-many --target test -- --ci --coverage - name: Codecov - uses: codecov/codecov-action@v5.2.0 + uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage