From 8b5ceb8c9adff72312664bc820092eeaa73d72c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:49:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#102) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index 63243ee..b8a5b88 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Build binaries uses: goreleaser/goreleaser-action@v6 with: