From 13e5fab14078a9c1a3476e0213067b66de81d49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:23:16 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.3.1 (#284) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a65234..ca6c4ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Print coverage results run: go tool cover -func ./coverage.out - name: Send coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}