From badea58c51382c5d113fc520b60dba96dd4526dd Mon Sep 17 00:00:00 2001 From: "botty-mcbottington[bot]" <168950816+botty-mcbottington[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:30:06 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .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 5beb084..ef35094 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -69,7 +69,7 @@ jobs: - name: Upload coverage reports to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}