diff --git a/.github/workflows/test-code.yaml b/.github/workflows/test-code.yaml index 928b15b..ce5f6af 100644 --- a/.github/workflows/test-code.yaml +++ b/.github/workflows/test-code.yaml @@ -63,7 +63,7 @@ jobs: - name: Combine coverage reports run: make ccov - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 if: success() with: fail_ci_if_error: false