From 97dc3a6cc892ab32902c4990b9f22c1db1135a9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 10:15:27 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.0 (#881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull-request-checks-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks-workflow.yml b/.github/workflows/pull-request-checks-workflow.yml index 453dea4d..93a1b2d6 100644 --- a/.github/workflows/pull-request-checks-workflow.yml +++ b/.github/workflows/pull-request-checks-workflow.yml @@ -46,7 +46,7 @@ jobs: run: pnpm test:unit - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: suddenlyGiovanni/suddenlygiovanni.dev