From e9dc383ad8193230a32226cc864acd4de49d8d7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:37:47 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#6934) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4b24667ea85..9672df05ad6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -117,7 +117,7 @@ jobs: path: | /home/runner/.npm/_logs/**/* - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 continue-on-error: true with: flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }} @@ -215,7 +215,7 @@ jobs: path: | /home/runner/.npm/_logs/**/* - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 continue-on-error: true with: flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}