From c4c87cb2d5cbc7a37e8ed79f4acaad108f7039d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:37:29 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9098317b..bc1d032c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -39,7 +39,7 @@ jobs: - name: Test run: make test-unit - name: Upload unit test coverage to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -61,7 +61,7 @@ jobs: make bq-setup make test-e2e - name: Upload e2e test coverage to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: