From 0449a4a9c5f147bcc78598fb3c3ed6b801aa0ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:00:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#65) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 829c922..999f025 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: FORCE_COLOR: 1 run: | earthly -P -use-inline-cache --save-inline-cache --strict --push +test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out # optional diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index cd80973..6af3a5c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -50,7 +50,7 @@ jobs: FORCE_COLOR: 1 run: | earthly -P -use-inline-cache --save-inline-cache --strict --push +test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out # optional