From 64d35061dc6a3addcfec211bfeff1d6ce0d3d41d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:18:54 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.3.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6fa8df..d7437ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Generate unit-tests coverage run: make coverage-unit-tests - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 + uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: @@ -110,7 +110,7 @@ jobs: - name: Generate integration-tests coverage run: make coverage-integration-tests - name: Upload integration-tests coverage to Codecov - uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 + uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: