From 54275015afd6906f7a0c7b95a88ff989d6c8eba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:42:22 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f53b8e9..b995a56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,6 @@ jobs: - name: Check that JavaScript Example runs once run: npm run jsexample1 | grep "toHash() and compare() functions" if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14' - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v6 with: fail_ci_if_error: true