From 531d529863cd5fa56911e840933df1c44f455544 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Jun 2026 08:03:38 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1137ad5..d19812f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: util/build/test-results/test/TEST-*.xml - name: Upload coverage reports - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: build/reports/kover/report.xml fail_ci_if_error: false