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