From 2ca0af88718d7efe419ce4d244ef83004d26a098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:02:35 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.1 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0323d58..eef1c4c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,7 +29,7 @@ jobs: run: | gotestsum -- -coverprofile=cover.out ./... - name: Upload test coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./cover.out