From 19dd97443f88b151e0bb636fc97e9039f1e5f50d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:36:10 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90ba5bc..6bfc103 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Test run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 go-generate: runs-on: ubuntu-latest steps: