From 92cdfe39ab38131162e745611632745f6d6adaea Mon Sep 17 00:00:00 2001 From: "ghalactic-renovate[bot]" <142067417+ghalactic-renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:10:57 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/shared-ci-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-ci-action.yml b/.github/workflows/shared-ci-action.yml index e25e04b..e3ccba0 100644 --- a/.github/workflows/shared-ci-action.yml +++ b/.github/workflows/shared-ci-action.yml @@ -32,6 +32,6 @@ jobs: - name: Publish coverage if: ${{ inputs.isScheduled != 'true' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}