From 00198db8c41cb6354fd274e5d4b004498b2a4158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:01:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d71dd76..befe2fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,13 +60,13 @@ jobs: go test github.com/logto-io/go/client -coverprofile=./build/client/test/coverage.out -covermode=atomic -gcflags=all=-l - name: Upload Core Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: core file: ./build/core/test/coverage.out - name: Upload Client Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: client file: ./build/client/test/coverage.out