From 6029280a8e4a3ecceda0e6cf348221cdcb48b94f Mon Sep 17 00:00:00 2001 From: "botty-mcbottington[bot]" <168950816+botty-mcbottington[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:32:26 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index af44deb..8703f3e 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -32,7 +32,7 @@ jobs: run: gotestsum --junitfile=junit.xml --format=pkgname -- -race -vet=all -coverprofile=coverage.txt ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}