From a5243435d55b4e289aafe3bc4fc517af63c880dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:48:28 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/go-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index 3db2c6c..294fb2f 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -64,7 +64,7 @@ jobs: name: coverage-report - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }} # required