From 9aa6a611e4ee962a86449eece1c04dc67738bdcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:54:30 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/go-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-lint-test.yaml b/.github/workflows/go-lint-test.yaml index efe7f53..3ecc216 100644 --- a/.github/workflows/go-lint-test.yaml +++ b/.github/workflows/go-lint-test.yaml @@ -46,7 +46,7 @@ jobs: run: make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out